81 Call_SingleIntegerArg arg;
82 if (!arg.Decode(&call.
tuple)) {
83 codelog(SERVICE__ERROR,
"%s: Failed to decode arguments.",
GetName());
88 if (cRef.
get() ==
nullptr) {
89 _log(STANDING__WARNING,
"Character %u not found.", arg.arg);
99 _log(STANDING__MESSAGE,
"Standing::Handle_GetMyKillRights()");
103 KillRights->
items[0] = killRightsCache;
104 KillRights->
items[1] = killedRightsCache;
107 _log(STANDING__RSPDUMP,
"Standing::Handle_GetMyKillRights() RSP:" );
108 KillRights->
Dump(STANDING__RSPDUMP,
" ");
116 _log(STANDING__MESSAGE,
"Standing::Handle_GetStandingTransactions()");
117 call.
Dump(STANDING__DUMP);
119 Call_GetStandingTransactions
args;
120 if (!args.Decode(&call.
tuple)) {
121 codelog(SERVICE__ERROR,
"%s: Failed to decode arguments.",
GetName());
137 _log(STANDING__MESSAGE,
"Standing::Handle_GetStandingCompositions()");
138 call.
Dump(STANDING__DUMP);
140 Call_GetStandingComposition
args;
141 if (!args.Decode(&call.
tuple)) {
142 codelog(SERVICE__ERROR,
"%s: Failed to decode arguments.",
GetName());
Dispatcher *const m_dispatch
float GetSecurityRating() const
#define _log(type, fmt,...)
Python floating point number.
Dispatcher *const m_dispatch
const char * GetName() const
void Dump(FILE *into, const char *pfx) const
Dumps object to file.
#define is_log_enabled(type)
#define codelog(type, fmt,...)
PyRep * GetStandingTransactions(Call_GetStandingTransactions &args)
#define PyCallable_REG_CALL(c, m)
PyRep * GetCorpStandings(Client *pClient)
PyCallable_Make_InnerDispatcher(Standing) Standing
PyRep * GetCharStandings(Client *pClient)
PyRep * GetStandingCompositions(uint32 fromID, uint32 toID)
void Dump(LogType type) const