mmserv/tms/inc/tmsproxy.h
branchRCL_3
changeset 40 60e492b28869
parent 18 2eb3b066cc7d
child 45 095bea5f582e
equal deleted inserted replaced
30:ab526b8cacfb 40:60e492b28869
    45      * @return KErrNone if successful connection created
    45      * @return KErrNone if successful connection created
    46      */
    46      */
    47     IMPORT_C gint Connect();
    47     IMPORT_C gint Connect();
    48 
    48 
    49     /**
    49     /**
    50      * @return The server version this session can connct to
    50      * @return The server version this session can connect to
    51      */
    51      */
    52     IMPORT_C TVersion Version() const;
    52     IMPORT_C TVersion Version() const;
    53 
    53 
    54     /**
    54     /**
    55      * Close the session to the server
    55      * Close the session to the server
   112     void ReceiveMsgQHandlerEventsL();
   112     void ReceiveMsgQHandlerEventsL();
   113     void ResetObjectLists();
   113     void ResetObjectLists();
   114 
   114 
   115 private:
   115 private:
   116     TRoutingMsgBufPckg ipckg;
   116     TRoutingMsgBufPckg ipckg;
       
   117 
   117     RPointerArray<TMSEffectObserver> iEffectsObsrvrList;
   118     RPointerArray<TMSEffectObserver> iEffectsObsrvrList;
   118     RPointerArray<TMSGlobalRoutingObserver> iRoutingObsrvrList;
   119     RPointerArray<TMSGlobalRoutingObserver> iRoutingObsrvrList;
   119     RPointerArray<TMSEffect> iEffectsParentList;
   120     RPointerArray<TMSEffect> iEffectsParentList;
   120     RPointerArray<TMSGlobalRouting> iRoutingParentList;
   121     RPointerArray<TMSGlobalRouting> iRoutingParentList;
   121 
   122