99 Call_TwoIntegerArgs
args;
102 if (!args.Decode(&tmp)) {
103 codelog(SERVICE__ERROR,
"%s: Failed to decode bind args.",
GetName());
113 sLog.Debug(
"WarRegistryBound",
"Called GetWars stub." );
115 util_IndexRowset irowset;
117 irowset.header.push_back(
"warID" );
118 irowset.header.push_back(
"declaredByID" );
119 irowset.header.push_back(
"againstID" );
120 irowset.header.push_back(
"timeDeclared" );
121 irowset.header.push_back(
"timeFinished" );
122 irowset.header.push_back(
"retracted" );
123 irowset.header.push_back(
"retractedBy" );
124 irowset.header.push_back(
"billID" );
125 irowset.header.push_back(
"mutual" );
127 irowset.idName =
"warID";
129 return irowset.Encode();
Dispatcher *const m_dispatch
virtual PyRep * Clone() const =0
Clones object.
PyBoundObject * CreateBoundObject(Client *pClient, const PyRep *bind_args)
Dispatcher *const m_dispatch
PyCallable_DECL_CALL(GetWars)
std::string m_strBoundObjectName
PyCallable_Make_Dispatcher(WarRegistryBound) WarRegistryBound(PyServiceMgr *mgr
const char * GetName() const
void _SetCallDispatcher(CallDispatcher *d)
#define sLog
Evaluates to a NewLog instance.
#define codelog(type, fmt,...)
PyServiceMgr *const m_manager
#define PyCallable_REG_CALL(c, m)
PyCallable_Make_InnerDispatcher(WarRegistryService) WarRegistryService
Dispatcher *const m_dispatch