mmserv/tms/tmsimpl/src/tmsclientsinkbodyimpl.cpp
branchRCL_3
changeset 3 4f62049db6ac
parent 0 71ca22bcf22a
child 13 f5c5c82a163e
equal deleted inserted replaced
0:71ca22bcf22a 3:4f62049db6ac
   118         gpointer queuehandler)
   118         gpointer queuehandler)
   119     {
   119     {
   120     iProxy = aProxy;
   120     iProxy = aProxy;
   121     if (queuehandler)
   121     if (queuehandler)
   122         {
   122         {
   123         ((CQueueHandler*) queuehandler)->AddObserver(*this, TMS_SINK_CLIENT);
   123         ((TMSQueueHandler*) queuehandler)->AddObserver(*this, TMS_SINK_CLIENT);
   124         }
   124         }
   125     }
   125     }
   126 
   126 
   127 void TMSClientSinkBodyImpl::QueueEvent(TInt aEventType, TInt /*aError*/,
   127 void TMSClientSinkBodyImpl::QueueEvent(TInt aEventType, TInt /*aError*/,
   128         void* user_data)
   128         void* user_data)