webservices/wsstar/wsstarplugin/src/wsstarplugin.cpp
changeset 1 272b002df977
parent 0 62f9d29f7211
child 14 ab1e518f96da
equal deleted inserted replaced
0:62f9d29f7211 1:272b002df977
   244                                                 (MSenRemoteServiceSession*)pNewSession,
   244                                                 (MSenRemoteServiceSession*)pNewSession,
   245                                                 aErrorMessage );
   245                                                 aErrorMessage );
   246         CSLOG_FORMAT((aRemoteConsumer.ConnectionId(), KMinLogLevel , _L8("CWSStarPlugin::AddServiceDescriptionL - ProcessOutboundValidation returned: %d"), error));
   246         CSLOG_FORMAT((aRemoteConsumer.ConnectionId(), KMinLogLevel , _L8("CWSStarPlugin::AddServiceDescriptionL - ProcessOutboundValidation returned: %d"), error));
   247         if ( !error )
   247         if ( !error )
   248             {
   248             {
   249             CWSStarSessionContext* pSessionRegisterCtx = pNewSession->SessionContext();            
   249             //CWSStarSessionContext* pSessionRegisterCtx = pNewSession->SessionContext();            
   250             TPtrC8 cont = aPattern.Contract();
   250             TPtrC8 cont = aPattern.Contract();
   251             TInt policyLeaveCode(KErrNone);
   251             TInt policyLeaveCode(KErrNone);
   252             TRAP( policyLeaveCode, error = policyHandler->InvokeL(cont); )
   252             TRAP( policyLeaveCode, error = policyHandler->InvokeL(cont); )
   253             if ( policyLeaveCode )
   253             if ( policyLeaveCode )
   254                 {
   254                 {