equal
deleted
inserted
replaced
99 * @return Error code. |
99 * @return Error code. |
100 */ |
100 */ |
101 static TInt ThreadFunction( TAny* aStarted ); |
101 static TInt ThreadFunction( TAny* aStarted ); |
102 |
102 |
103 /** |
103 /** |
104 * IncrementSessions. |
|
105 * Increments the count of the active sessions for this server. |
|
106 */ |
|
107 void IncrementSessions(); |
|
108 |
|
109 /** |
|
110 * DecrementSessions. |
|
111 * Decrements the count of the active sessions for this server. |
|
112 * If no more sessions are in use the server terminates. |
|
113 */ |
|
114 void DecrementSessions(); |
|
115 |
|
116 /** |
|
117 * Reference to the schema |
104 * Reference to the schema |
118 */ |
105 */ |
119 CMdsSchema& Schema(); |
106 CMdsSchema& Schema(); |
120 |
107 |
121 /** |
108 /** |