SIP Witch 1.9.15
|
#include <sipwitch-config.h>
#include <ucommon/ucommon.h>
#include <ucommon/export.h>
#include <sipwitch/control.h>
#include <sipwitch/service.h>
#include <sipwitch/modules.h>
#include <sipwitch/events.h>
#include <ctype.h>
#include <errno.h>
#include <stdarg.h>
#include <stdio.h>
#include <fcntl.h>
#include <new>
Go to the source code of this file.
Namespaces | |
sipwitch | |
Common namespace for sipwitch server. | |
Macros | |
#define | RUNLEVELS (sizeof(callback::runlevels) / sizeof(LinkedObject *)) |
#define RUNLEVELS (sizeof(callback::runlevels) / sizeof(LinkedObject *)) |
Definition at line 31 of file service.cpp.