equal
deleted
inserted
replaced
49 * Destroy the object and release all memory objects |
49 * Destroy the object and release all memory objects |
50 */ |
50 */ |
51 ~CCmmServer(); |
51 ~CCmmServer(); |
52 |
52 |
53 /** |
53 /** |
54 * Increments the count of the active sessions for this server |
54 * Increments the count of active sessions for this server. |
55 */ |
55 */ |
56 void IncrementSessions(); |
56 void IncrementSessions(); |
57 |
57 |
58 /** |
58 /** |
59 * Decrements the count of the active sessions for this server. |
59 * Decrements the count of the active sessions for this server. |