#include "../XML/Server.h"#include "ReadDirectory.h"#include "OpenFiles.h"#include "ReadFiles.h"#include "ReleaseFiles.h"#include "GetAttributes.h"#include "WriteFiles.h"#include "../ServerConfig.h"#include "../BIN/BinaryProtocol.h"#include "ChmodFile.h"#include "RmDirs.h"#include "LinkFiles.h"#include "UnlinkFiles.h"#include "MkDirs.h"#include <map>

Классы | |
| struct | moduleStruct |
Определения типов | |
| typedef void * | funcGetData (int datacount) |
| typedef void | funcSendData (void *data, int datacount) |
Функции | |
| bool | moduleFunc (void *stanza, funcSendData *sendd, funcGetData *getd) |
| unsigned int | registerModule (Server *protocol, ServerConfig *sc, BinaryProtocol *bp) |
| void | unregisterModule (unsigned int mid) |
| typedef void* funcGetData(int datacount) |
| typedef void funcSendData(void *data, int datacount) |
| bool moduleFunc | ( | void * | stanza, | |
| funcSendData * | sendd, | |||
| funcGetData * | getd | |||
| ) |
| unsigned int registerModule | ( | Server * | protocol, | |
| ServerConfig * | sc, | |||
| BinaryProtocol * | bp | |||
| ) |
1.7.1