mmserv/tms/inc/tmsqueuehandler.h
branchRCL_3
changeset 9 f5c5c82a163e
parent 3 4f62049db6ac
child 17 60e492b28869
equal deleted inserted replaced
8:03a293c97d5c 9:f5c5c82a163e
    35  *  Responsible for sending callbacks to the TMS client app
    35  *  Responsible for sending callbacks to the TMS client app
    36  */
    36  */
    37 class MQueueHandlerObserver
    37 class MQueueHandlerObserver
    38     {
    38     {
    39 public:
    39 public:
    40     virtual void QueueEvent(gint aEventType, gint aError, void* user_data) = 0;
    40     virtual void QueueEvent(gint aEventType, gint aError,
       
    41 	        void* event_data) = 0;
    41     };
    42     };
    42 
    43 
    43 /**
    44 /**
    44  *  TMSQueueHandler class
    45  *  TMSQueueHandler class
    45  */
    46  */