mmserv/tms/inc/tmsproxy.h
branchRCL_3
changeset 10 3d8c721bf319
parent 3 4f62049db6ac
child 13 f5c5c82a163e
equal deleted inserted replaced
8:e35735ece90c 10:3d8c721bf319
   106             TMSGlobalRouting& parent, gint clientid);
   106             TMSGlobalRouting& parent, gint clientid);
   107     gint RemoveRoutingObserver(TMSGlobalRoutingObserver& obsrvr);
   107     gint RemoveRoutingObserver(TMSGlobalRoutingObserver& obsrvr);
   108 
   108 
   109     gint CreateQueue(const gint aNumSlots);
   109     gint CreateQueue(const gint aNumSlots);
   110     void ReceiveMsgQHandlerEventsL();
   110     void ReceiveMsgQHandlerEventsL();
       
   111     void ResetObjectLists();
   111 
   112 
   112 private:
   113 private:
   113     TRoutingMsgBufPckg ipckg;
   114     TRoutingMsgBufPckg ipckg;
   114     RPointerArray<TMSEffectObserver> iEffectsObsrvrList;
   115     RPointerArray<TMSEffectObserver> iEffectsObsrvrList;
       
   116     RPointerArray<TMSGlobalRoutingObserver> iRoutingObsrvrList;
   115     RPointerArray<TMSEffect> iEffectsParentList;
   117     RPointerArray<TMSEffect> iEffectsParentList;
   116     RPointerArray<TMSGlobalRoutingObserver> iRoutingObsrvrList;
       
   117     RPointerArray<TMSGlobalRouting> iRoutingParentList;
   118     RPointerArray<TMSGlobalRouting> iRoutingParentList;
   118 
   119 
   119     // Message queue and the handler
   120     // Message queue and the handler
   120     RMsgQueue<TmsMsgBuf> iMsgQueue;
   121     RMsgQueue<TmsMsgBuf> iMsgQueue;
   121     TMSQueueHandler* iMsgQHandler;
   122     TMSQueueHandler* iMsgQHandler;