fLastReceived
time_t fLastReceived;
msg.FindInt32("notify_lastreceived", (int32 *)&fLastReceived);
return fLastReceived;
fLastReceived = time(NULL);
fLastReceived = time;
msg.AddInt32("notify_lastreceived", (int32)fLastReceived);
msg.AddInt32("notify_lastreceived", (int32)fLastReceived);