83 sLog.Error(
"CorpRegistryService::CreateBoundObject",
"%s: bind_args is not tuple: '%s'. ", pClient->
GetName(), bind_args->
TypeString() );
84 pClient->
SendErrorMsg(
"Could not bind object for Corp Registry. Ref: ServerError 02808.");
108 _log(CORP__CALL,
"CorpRegistryService::Handle_ResignFromCEO()");
109 call.
Dump(CORP__CALL_DUMP);
115 _log(CORP__CALL,
"CorpRegistryService::Handle_CreateAlliance()");
116 call.
Dump(CORP__CALL_DUMP);
122 _log(CORP__CALL,
"CorpRegistryService::Handle_GetRecentKillsAndLosses()");
123 call.
Dump(CORP__CALL_DUMP);
133 _log(CORP__CALL,
"CorpRegistryService::Handle_AddCorporateContact()");
134 call.
Dump(CORP__CALL_DUMP);
143 _log(CORP__CALL,
"CorpRegistryService::Handle_EditCorporateContact)");
144 call.
Dump(CORP__CALL_DUMP);
153 _log(CORP__CALL,
"CorpRegistryService::Handle_RemoveCorporateContacts()");
154 call.
Dump(CORP__CALL_DUMP);
163 _log(CORP__CALL,
"CorpRegistryService::Handle_EditContactsRelationshipID()");
164 call.
Dump(CORP__CALL_DUMP);
170 _log(CORP__CALL,
"CorpRegistryService::Handle_GetLabels()");
171 call.
Dump(CORP__CALL_DUMP);
180 _log(CORP__CALL,
"CorpRegistryService::Handle_CreateLabel()");
181 call.
Dump(CORP__CALL_DUMP);
190 _log(CORP__CALL,
"CorpRegistryService::Handle_DeleteLabel()");
191 call.
Dump(CORP__CALL_DUMP);
200 _log(CORP__CALL,
"CorpRegistryService::Handle_EditLabel()");
201 call.
Dump(CORP__CALL_DUMP);
210 _log(CORP__CALL,
"CorpRegistryService::Handle_AssignLabels()");
211 call.
Dump(CORP__CALL_DUMP);
220 _log(CORP__CALL,
"CorpRegistryService::Handle_RemoveLabels()");
221 call.
Dump(CORP__CALL_DUMP);
PyCallable_Make_InnerDispatcher(CorpRegistryService) CorpRegistryService
Dispatcher *const m_dispatch
void SendErrorMsg(const char *fmt,...)
#define _log(type, fmt,...)
PyRep * GetItem(size_t index) const
Returns Python object.
Dispatcher *const m_dispatch
PyRep * GetLabels(uint32 corpID)
int32 GetCorporationID() const
virtual ~CorpRegistryService()
#define sLog
Evaluates to a NewLog instance.
virtual PyBoundObject * CreateBoundObject(Client *pClient, const PyRep *bind_args)
PyRep * GetContacts(uint32 corpID)
PyServiceMgr *const m_manager
const char * GetName() const
#define PyCallable_REG_CALL(c, m)
void Dump(LogType type) const
static int64 IntegerValue(PyRep *pRep)
const char * TypeString() const