#include "CharMgrService.h"
|
enum | CacheCheckTime {
check_Always = 0,
check_Never,
check_in_year,
check_in_6_months,
check_in_3_months,
check_in_1_month,
check_in_1_week,
check_in_1_day,
check_in_12_hours,
check_in_6_hours,
check_in_3_hours,
check_in_2_hours,
check_in_1_hour,
check_in_30_minutes,
check_in_15_minutes,
check_in_5_minutes,
check_in_1_minute,
check_in_30_seconds,
check_in_15_seconds,
check_in_5_seconds,
check_in_1_second,
_checkCount
} |
|
static const char *const | s_checkTimeStrings [_checkCount] |
|
Definition at line 34 of file CharMgrService.h.
CharMgrService::~CharMgrService |
( |
| ) |
|
|
virtual |
Reimplemented from PyService.
Definition at line 187 of file CharMgrService.cpp.
References _log, args, PyRep::Clone(), codelog, PyRep::Dump(), PyService::GetName(), and PyService::m_manager.
188 _log(CHARACTER__BIND,
"CharMgrService bind request:");
189 bind_args->
Dump(CHARACTER__BIND,
" ");
190 Call_TwoIntegerArgs
args;
193 if (!args.Decode(&tmp)) {
194 codelog(SERVICE__ERROR,
"%s: Failed to decode arguments.",
GetName());
#define _log(type, fmt,...)
virtual PyRep * Clone() const =0
Clones object.
const char * GetName() const
void Dump(FILE *into, const char *pfx) const
Dumps object to file.
#define codelog(type, fmt,...)
PyServiceMgr *const m_manager
CharMgrService::PyCallable_DECL_CALL |
( |
GetPublicInfo |
| ) |
|
|
protected |
CharMgrService::PyCallable_DECL_CALL |
( |
GetPublicInfo3 |
| ) |
|
|
protected |
CharMgrService::PyCallable_DECL_CALL |
( |
GetPrivateInfo |
| ) |
|
|
protected |
CharMgrService::PyCallable_DECL_CALL |
( |
AddToBounty |
| ) |
|
|
protected |
CharMgrService::PyCallable_DECL_CALL |
( |
GetTopBounties |
| ) |
|
|
protected |
CharMgrService::PyCallable_DECL_CALL |
( |
AddOwnerNote |
| ) |
|
|
protected |
CharMgrService::PyCallable_DECL_CALL |
( |
GetOwnerNote |
| ) |
|
|
protected |
CharMgrService::PyCallable_DECL_CALL |
( |
GetOwnerNoteLabels |
| ) |
|
|
protected |
CharMgrService::PyCallable_DECL_CALL |
( |
GetContactList |
| ) |
|
|
protected |
CharMgrService::PyCallable_DECL_CALL |
( |
GetCloneTypeID |
| ) |
|
|
protected |
CharMgrService::PyCallable_DECL_CALL |
( |
GetHomeStation |
| ) |
|
|
protected |
CharMgrService::PyCallable_DECL_CALL |
( |
GetFactions |
| ) |
|
|
protected |
CharMgrService::PyCallable_DECL_CALL |
( |
SetActivityStatus |
| ) |
|
|
protected |
CharMgrService::PyCallable_DECL_CALL |
( |
GetSettingsInfo |
| ) |
|
|
protected |
CharMgrService::PyCallable_DECL_CALL |
( |
LogSettings |
| ) |
|
|
protected |
CharMgrService::PyCallable_DECL_CALL |
( |
GetCharacterDescription |
| ) |
|
|
protected |
CharMgrService::PyCallable_DECL_CALL |
( |
SetCharacterDescription |
| ) |
|
|
protected |
CharMgrService::PyCallable_DECL_CALL |
( |
GetPaperdollState |
| ) |
|
|
protected |
CharMgrService::PyCallable_DECL_CALL |
( |
GetNote |
| ) |
|
|
protected |
CharMgrService::PyCallable_DECL_CALL |
( |
SetNote |
| ) |
|
|
protected |
CharMgrService::PyCallable_DECL_CALL |
( |
AddContact |
| ) |
|
|
protected |
CharMgrService::PyCallable_DECL_CALL |
( |
EditContact |
| ) |
|
|
protected |
CharMgrService::PyCallable_DECL_CALL |
( |
GetRecentShipKillsAndLosses |
| ) |
|
|
protected |
CharMgrService::PyCallable_DECL_CALL |
( |
GetLabels |
| ) |
|
|
protected |
CharMgrService::PyCallable_DECL_CALL |
( |
CreateLabel |
| ) |
|
|
protected |
CharMgrService::PyCallable_DECL_CALL |
( |
DeleteContacts |
| ) |
|
|
protected |
CharMgrService::PyCallable_DECL_CALL |
( |
BlockOwners |
| ) |
|
|
protected |
CharMgrService::PyCallable_DECL_CALL |
( |
UnblockOwners |
| ) |
|
|
protected |
CharMgrService::PyCallable_DECL_CALL |
( |
EditContactsRelationshipID |
| ) |
|
|
protected |
CharMgrService::PyCallable_DECL_CALL |
( |
GetImageServerLink |
| ) |
|
|
protected |
Dispatcher* const CharMgrService::m_dispatch |
|
protected |
The documentation for this class was generated from the following files: