diff -r 150a13bad6af -r 0802db42e4e9 webservices/wsoviplugin/src/wsoviplugin.cpp --- a/webservices/wsoviplugin/src/wsoviplugin.cpp Tue Jan 26 13:03:48 2010 +0200 +++ b/webservices/wsoviplugin/src/wsoviplugin.cpp Sun May 30 23:54:06 2010 +0530 @@ -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"))); } //========================================================