|
server 0.0.1
basicserverinfrastructure
|
#include <errno.h>#include <stdlib.h>#include <unistd.h>#include "socket.h"#include "logger.h"#include "interface/class.h"#include "interface/logger.h"
Go to the source code of this file.
Functions | |
| INIT_IFACE (Class, ctor, dtor, NULL) | |
| CREATE_CLASS (Sock, NULL, IFACE(Class)) | |
| CREATE_CLASS | ( | Sock | , |
| NULL | , | ||
| IFACE(Class) | |||
| ) |
| INIT_IFACE | ( | Class | , |
| ctor | , | ||
| dtor | , | ||
| NULL | |||
| ) |