#include "main.h"
Функции | |
| bool | moduleFunc (void *stanza, funcSendData *sendd, funcGetData *getd) |
| unsigned int | registerModule (Server *protocol, ServerConfig *sc, BinaryProtocol *bp) |
| void | unregisterModule (unsigned int mid) |
Переменные | |
| static unsigned int | modid = 0 |
| static map< unsigned int, moduleStruct > | modules |
| bool moduleFunc | ( | void * | stanza, | |
| funcSendData * | sendd, | |||
| funcGetData * | getd | |||
| ) |
| unsigned int registerModule | ( | Server * | protocol, | |
| ServerConfig * | sc, | |||
| BinaryProtocol * | bp | |||
| ) |
| void unregisterModule | ( | unsigned int | mid | ) |
map<unsigned int,moduleStruct> modules [static] |
1.7.1