49 Call_SingleIntegerArg arg;
50 if (!arg.Decode(&call.
tuple)) {
51 codelog(SERVICE__ERROR,
"%s: Failed to decode arguments.",
GetName());
60 std::vector<Client*> clients;
64 for (
auto cur : clients) {
66 t->
items[0] =
new PyInt(cur->GetCharacterID());
67 t->
items[1] =
new PyInt(cur->GetCorporationID());
69 t->
items[3] =
new PyInt(cur->GetWarFactionID());
Dispatcher *const m_dispatch
PyCallable_Make_InnerDispatcher(StationService) StationService
virtual ~StationService()
const char * GetName() const
#define codelog(type, fmt,...)
#define PyCallable_REG_CALL(c, m)
int32 GetStationID() const
Dispatcher *const m_dispatch