#include "server_l.h"
#include "clientmanager/clientmanager_l.h"
#include "cardmanager/cardmanager_l.h"
#include "commandmanager/commandmanager_l.h"
#include "servicemanager/servicemanager_l.h"

Go to the source code of this file.
Functions | |
| LCS_SERVER * | LCS_FullServer_new () |
| int | LCS_FullServer_Init (LCS_SERVER *cs, GWEN_DB_NODE *db) |
| int | LCS_FullServer_Fini (LCS_SERVER *cs, GWEN_DB_NODE *db) |
| LCCM_CARDMANAGER * | LCS_FullServer_GetCardManager (const LCS_SERVER *cs) |
| void | LCS_FullServer_SetCardManager (LCS_SERVER *cs, LCCM_CARDMANAGER *cm) |
| LCCMD_COMMANDMANAGER * | LCS_FullServer_GetCommandManager (const LCS_SERVER *cs) |
| void | LCS_FullServer_SetCommandManager (LCS_SERVER *cs, LCCMD_COMMANDMANAGER *cm) |
| LCSV_SERVICEMANAGER * | LCS_FullServer_GetServiceManager (const LCS_SERVER *cs) |
| void | LCS_FullServer_SetServiceManager (LCS_SERVER *cs, LCSV_SERVICEMANAGER *svm) |
| int | LCS_FullServer_Work (LCS_SERVER *cs) |
| int | LCS_FullServer_GetClientCount (LCS_SERVER *cs) |
| void | LCS_FullServer_DumpState (const LCS_SERVER *cs) |
| void LCS_FullServer_DumpState | ( | const LCS_SERVER * | cs | ) |
| int LCS_FullServer_Fini | ( | LCS_SERVER * | cs, | |
| GWEN_DB_NODE * | db | |||
| ) |
| LCCM_CARDMANAGER* LCS_FullServer_GetCardManager | ( | const LCS_SERVER * | cs | ) |
| int LCS_FullServer_GetClientCount | ( | LCS_SERVER * | cs | ) |
| LCCMD_COMMANDMANAGER* LCS_FullServer_GetCommandManager | ( | const LCS_SERVER * | cs | ) |
| LCSV_SERVICEMANAGER* LCS_FullServer_GetServiceManager | ( | const LCS_SERVER * | cs | ) |
| int LCS_FullServer_Init | ( | LCS_SERVER * | cs, | |
| GWEN_DB_NODE * | db | |||
| ) |
| LCS_SERVER* LCS_FullServer_new | ( | ) |
| void LCS_FullServer_SetCardManager | ( | LCS_SERVER * | cs, | |
| LCCM_CARDMANAGER * | cm | |||
| ) |
| void LCS_FullServer_SetCommandManager | ( | LCS_SERVER * | cs, | |
| LCCMD_COMMANDMANAGER * | cm | |||
| ) |
| void LCS_FullServer_SetServiceManager | ( | LCS_SERVER * | cs, | |
| LCSV_SERVICEMANAGER * | svm | |||
| ) |
| int LCS_FullServer_Work | ( | LCS_SERVER * | cs | ) |
1.5.3