diff -r 9e96e2676219 -r 32ab7ae9ec94 webservices/wsoviplugin/src/wsoviplugin.cpp --- a/webservices/wsoviplugin/src/wsoviplugin.cpp Tue May 11 17:14:12 2010 +0300 +++ b/webservices/wsoviplugin/src/wsoviplugin.cpp Tue May 25 13:53:20 2010 +0300 @@ -76,12 +76,13 @@ // CWSOviPlugin::~CWSOviPlugin() { + TLSLOG(KSenCoreServiceManagerLogChannelBase , KMinLogLevel,(_L("CWSOviPlugin::~CWSOviPlugin()"))); iMsgHandlers.ResetAndDestroy(); iSessionHandlers.ResetAndDestroy(); iHandlerContexts.ResetAndDestroy(); iVersions.Reset(); iIMSI.Close(); - TLSLOG(KSenCoreServiceManagerLogChannelBase , KMinLogLevel,(_L("CWSOviPlugin::~CWSOviPlugin()"))); + TLSLOG(KSenCoreServiceManagerLogChannelBase , KMinLogLevel,(_L("CWSOviPlugin::~CWSOviPlugin() Completed"))); } // --------------------------------------------------------------------------- @@ -90,7 +91,7 @@ // void CWSOviPlugin::ConstructL() { - TLSLOG(KSenCoreServiceManagerLogChannelBase , KMinLogLevel,(_L("CWSOviPlugin::ConstructL"))); + TLSLOG(KSenCoreServiceManagerLogChannelBase , KMinLogLevel,(_L("CWSOviPlugin::ConstructL()"))); BaseConstructL(KFrameworkXMLNS, KFrameworkLocalName); //load default setup of handlers @@ -102,6 +103,7 @@ AddHandlerL(KSecurityValue, KNullDesC8, SenHandler::EMessageHandler); AddHandlerL(KEncoderValue, KNullDesC8, SenHandler::EMessageHandler); AddHandlerL(KServiceUpdateValue, KNullDesC8, SenHandler::ESessionHandler); + TLSLOG(KSenCoreServiceManagerLogChannelBase , KMinLogLevel,(_L("CWSOviPlugin::ConstructL() Completed"))); } //========================================================