#include "AllianceRegistry.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 33 of file AllianceRegistry.h.
AllianceRegistry::~AllianceRegistry |
( |
| ) |
|
Reimplemented from PyService.
Definition at line 63 of file AllianceRegistry.cpp.
References PyRep::AsTuple(), PyTuple::GetItem(), Client::GetName(), PyRep::IntegerValue(), PyRep::IsTuple(), m_db, PyService::m_manager, Client::SendErrorMsg(), sLog, and PyRep::TypeString().
66 sLog.Error(
"AllianceRegistry::CreateBoundObject",
"%s: bind_args is not tuple: '%s'. ", pClient->
GetName(), bind_args->
TypeString() );
67 pClient->
SendErrorMsg(
"Could not bind object for Ally Registry. Ref: ServerError 02808.");
void SendErrorMsg(const char *fmt,...)
PyRep * GetItem(size_t index) const
Returns Python object.
#define sLog
Evaluates to a NewLog instance.
PyServiceMgr *const m_manager
const char * GetName() const
static int64 IntegerValue(PyRep *pRep)
const char * TypeString() const
AllianceRegistry::PyCallable_DECL_CALL |
( |
GetAlliance |
| ) |
|
|
protected |
AllianceRegistry::PyCallable_DECL_CALL |
( |
GetRankedAlliances |
| ) |
|
|
protected |
AllianceRegistry::PyCallable_DECL_CALL |
( |
GetEmploymentRecord |
| ) |
|
|
protected |
AllianceRegistry::PyCallable_DECL_CALL |
( |
GetAllianceMembers |
| ) |
|
|
protected |
Dispatcher* const AllianceRegistry::m_dispatch |
|
protected |
The documentation for this class was generated from the following files: