metadataengine/server/inc/mdsserver.h
changeset 23 33ae025ac1e8
parent 21 50bf9db68373
--- a/metadataengine/server/inc/mdsserver.h	Fri Apr 16 15:23:55 2010 +0300
+++ b/metadataengine/server/inc/mdsserver.h	Mon May 03 12:55:01 2010 +0300
@@ -101,19 +101,6 @@
         static TInt ThreadFunction( TAny* aStarted );
 
         /**
-        * IncrementSessions.
-        * Increments the count of the active sessions for this server.
-        */
-        void IncrementSessions();
-
-        /**
-        * DecrementSessions.
-        * Decrements the count of the active sessions for this server.
-        * If no more sessions are in use the server terminates.
-        */
-        void DecrementSessions();
-
-        /**
         * Reference to the schema
         */
         CMdsSchema& Schema();