#include "adchpp.h"
#include "LogManager.h"
#include "TimerManager.h"
#include "SocketManager.h"
#include "ClientManager.h"
#include "PluginManager.h"
#include "Singleton.h"
#include "version.h"
#include "Signal.h"
#include "Plugin.h"
#include "File.h"
Go to the source code of this file.
Namespaces | |
namespace | adchpp |
Functions | |
void | adchpp::cleanup () |
Release any resources held by adchpp. | |
void | adchpp::initialize (const std::string &path) |
Initialize configuration. | |
void | adchpp::logAssert (const char *file, int line, const char *exp) |
void | adchpp::shutdown (void(*f)()) |
Stop listening for incoming connections. | |
void | adchpp::startup (void(*f)()) |
Load plugins and start listening for incoming connections. | |
Variables | |
const char | adchpp::compileTime [] = __DATE__ " " __TIME__ |
static bool | adchpp::initialized = false |
static bool | adchpp::running = false |