276 sLog.White(
"ContractProxy::Handle_SearchContracts()",
"size= %u", call.
tuple->
size() );
277 call.
Dump(SERVICE__CALL_DUMP);
323 sLog.White(
"ContractProxy::Handle_CreateContract()",
"size= %u", call.
tuple->
size() );
324 call.
Dump(SERVICE__CALL_DUMP);
332 sLog.White(
"ContractProxy::Handle_DeleteContract()",
"size= %u", call.
tuple->
size() );
333 call.
Dump(SERVICE__CALL_DUMP);
451 sLog.White(
"ContractProxy::Handle_GetContract()",
"size= %u", call.
tuple->
size() );
452 call.
Dump(SERVICE__CALL_DUMP);
526 sLog.White(
"ContractProxy::Handle_AcceptContract()",
"size= %u", call.
tuple->
size() );
527 call.
Dump(SERVICE__CALL_DUMP);
534 sLog.White(
"ContractProxy::Handle_GetMyExpiredContractList()",
"size= %u", call.
tuple->
size() );
535 call.
Dump(SERVICE__CALL_DUMP);
645 sLog.White(
"ContractProxy::Handle_NumOutstandingContracts()",
"size= %u", call.
tuple->
size() );
646 call.
Dump(SERVICE__CALL_DUMP);
664 sLog.White(
"ContractProxy::Handle_GetItemsInStation()",
"size= %u", call.
tuple->
size() );
665 call.
Dump(SERVICE__CALL_DUMP);
696 sLog.White(
"ContractProxy::Handle_CollectMyPageInfo()",
"size= %u", call.
tuple->
size() );
697 call.
Dump(SERVICE__CALL_DUMP);
729 sLog.White(
"ContractProxy::Handle_GetContractListForOwner()",
"size= %u", call.
tuple->
size() );
730 call.
Dump(SERVICE__CALL_DUMP);
932 CRowSet *needsAttention_rowset =
new CRowSet( &needsAttentionHeader );
934 CRowSet *assignedToMe_rowset =
new CRowSet( &assignedToMeHeader );
937 args->
SetItemString(
"needsAttention", needsAttention_rowset );
941 return new PyObject(
"util.KeyVal", args );
Dispatcher *const m_dispatch
void AddColumn(const char *name, DBTYPE type)
PyCallable_Make_InnerDispatcher(ContractProxy) ContractProxy
#define sLog
Evaluates to a NewLog instance.
Python object "blue.DBRowDescriptor".
Python object "dbutil.CRowset".
Dispatcher *const m_dispatch
#define PyCallable_REG_CALL(c, m)
void Dump(LogType type) const
void SetItemString(const char *key, PyRep *value)
SetItemString adds or sets a database entry.