58 sLog.White(
"NotificationMgrService",
"Handle_GetByGroupID() size=%u", call.
tuple->
size() );
59 call.
Dump(MAIL__DUMP);
102 Call_SingleIntegerArg
args;
103 if (!args.Decode(&call.
tuple)) {
104 codelog(SERVICE__ERROR,
"%s: Failed to decode arguments.",
GetName());
108 int groupID = args.arg;
122 Call_SingleIntegerArg
args;
123 if (!args.Decode(&call.
tuple)) {
124 codelog(SERVICE__ERROR,
"%s: Failed to decode arguments.",
GetName());
128 int groupID = args.arg;
140 if (!args.Decode(&call.
tuple)) {
141 codelog(SERVICE__ERROR,
"%s: Failed to decode arguments.",
GetName());
145 PyRep* notificationsList = args.arg;
151 Call_SingleIntegerArg
args;
152 if (!args.Decode(&call.
tuple)) {
153 codelog(SERVICE__ERROR,
"%s: Failed to decode arguments.",
GetName());
157 int groupID = args.arg;
169 if (!args.Decode(&call.
tuple)) {
170 codelog(SERVICE__ERROR,
"%s: Failed to decode arguments.",
GetName());
174 PyRep* notificationsIDs = args.arg;
Dispatcher *const m_dispatch
const char * GetName() const
#define sLog
Evaluates to a NewLog instance.
#define codelog(type, fmt,...)
virtual ~NotificationMgrService()
Dispatcher *const m_dispatch
#define PyCallable_REG_CALL(c, m)
void Dump(LogType type) const
PyCallable_Make_InnerDispatcher(NotificationMgrService) NotificationMgrService