diff -r 50de4d668bb6 -r 82c0024438c8 metadataengine/client/inc/mdeenginesession.h --- a/metadataengine/client/inc/mdeenginesession.h Wed Mar 31 22:19:07 2010 +0300 +++ b/metadataengine/client/inc/mdeenginesession.h Wed Apr 14 16:24:03 2010 +0300 @@ -33,10 +33,6 @@ // 27 = 1 asynchronous find + max.25 pending notifier hooks + 1 extra const TUint KMetadataMessageSlots = 27; -const TUid KServerUid3 = { 0x0765EEC3 }; // Server UID - -_LIT( KMdSServerFilename, "MdSServer" ); - // FORWARD DECLARATIONS class CMdESessionImpl; class CMdESchemaItem; @@ -68,14 +64,14 @@ * Connects to the server. * @return Error code. */ - void OpenL(TRequestStatus& aStatus); + void OpenL(); /** * Cancel server opening. * Cancels server opening. * @return Error code. */ - void OpenCancel(TRequestStatus& aStatus); + void OpenCancel(); /** * Connect session to server. @@ -87,9 +83,8 @@ /** * Shut down session * Performs session shutdown activities in server end - * @return Error code. */ - TInt Shutdown(); + void Shutdown(); /** * Version.