diff -r 50de4d668bb6 -r 82c0024438c8 metadataengine/server/inc/mdsserver.h --- a/metadataengine/server/inc/mdsserver.h Wed Mar 31 22:19:07 2010 +0300 +++ b/metadataengine/server/inc/mdsserver.h Wed Apr 14 16:24:03 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();