webservices/wsstar/wsstarplugin/src/wsstarplugin.cpp
changeset 1 272b002df977
parent 0 62f9d29f7211
child 14 ab1e518f96da
--- a/webservices/wsstar/wsstarplugin/src/wsstarplugin.cpp	Thu Jan 07 16:19:19 2010 +0200
+++ b/webservices/wsstar/wsstarplugin/src/wsstarplugin.cpp	Mon Jan 18 21:21:14 2010 +0200
@@ -246,7 +246,7 @@
         CSLOG_FORMAT((aRemoteConsumer.ConnectionId(), KMinLogLevel , _L8("CWSStarPlugin::AddServiceDescriptionL - ProcessOutboundValidation returned: %d"), error));
         if ( !error )
             {
-            CWSStarSessionContext* pSessionRegisterCtx = pNewSession->SessionContext();            
+            //CWSStarSessionContext* pSessionRegisterCtx = pNewSession->SessionContext();            
             TPtrC8 cont = aPattern.Contract();
             TInt policyLeaveCode(KErrNone);
             TRAP( policyLeaveCode, error = policyHandler->InvokeL(cont); )