equal
deleted
inserted
replaced
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 |