webservices/wscore/src/senclientsession.cpp
branchRCL_3
changeset 19 9e96e2676219
parent 14 ab1e518f96da
child 20 32ab7ae9ec94
equal deleted inserted replaced
17:48e9d43c1d7f 19:9e96e2676219
   996             }
   996             }
   997         case ESenServGetIdentityProviders:
   997         case ESenServGetIdentityProviders:
   998         	{
   998         	{
   999         	CSLOG_L(iConnectionID,KMinLogLevel ,"ESenServGetIdentityProviders");
   999         	CSLOG_L(iConnectionID,KMinLogLevel ,"ESenServGetIdentityProviders");
  1000         	IdentityProviders(aMessage);
  1000         	IdentityProviders(aMessage);
       
  1001 	       	CSLOG_L(iConnectionID,KMinLogLevel ,"ESenServGetIdentityProviders Completed");
  1001         	break;
  1002         	break;
  1002         	}
  1003         	}
  1003         default:
  1004         default:
  1004             {
  1005             {
  1005             CSLOG(iConnectionID, KMinLogLevel ,(_L("default")));
  1006             CSLOG(iConnectionID, KMinLogLevel ,(_L("default")));
  5550     if ( retVal == KErrNone )
  5551     if ( retVal == KErrNone )
  5551         {
  5552         {
  5552         const RPointerArray<CSenIdentityProvider> pIdps = ((MSenCoreServiceManager&)iManager).IdentityProvidersL();
  5553         const RPointerArray<CSenIdentityProvider> pIdps = ((MSenCoreServiceManager&)iManager).IdentityProvidersL();
  5553         
  5554         
  5554         const TInt count = pIdps.Count();
  5555         const TInt count = pIdps.Count();
       
  5556         CSLOG_FORMAT((iConnectionID, KMinLogLevel , _L8("- TOTAL IDP Found: %d"), count));		
  5555   
  5557   
  5556         // Calculate required heap allocation size:
  5558         // Calculate required heap allocation size:
  5557         TInt size(0);
  5559         TInt size(0);
  5558         if(count>0)
  5560         if(count>0)
  5559             {
  5561             {
  5664                 
  5666                 
  5665                 pBuf = NULL;
  5667                 pBuf = NULL;
  5666                 }
  5668                 }
  5667             CSLOG_L(iConnectionID,KMaxLogLevel ,"- Requested descriptions:");
  5669             CSLOG_L(iConnectionID,KMaxLogLevel ,"- Requested descriptions:");
  5668             CSLOG_ALL(iConnectionID,KMaxLogLevel ,(*pIdPrs));
  5670             CSLOG_ALL(iConnectionID,KMaxLogLevel ,(*pIdPrs));
       
  5671 		     CSLOG_L(iConnectionID,KMinLogLevel ,"CSenClientSession::IdentityProviders completed");			
  5669             }
  5672             }
  5670     #ifdef _SENDEBUG
  5673     #ifdef _SENDEBUG
  5671         else
  5674         else
  5672             {
  5675             {
  5673             CSLOG_FORMAT((iConnectionID, KNormalLogLevel , _L8("- AllocDescToRMsgL failed: %d"), retVal));
  5676             CSLOG_FORMAT((iConnectionID, KMinLogLevel , _L8("- AllocDescToRMsgL failed: %d"), retVal));
  5674             }
  5677             }
  5675     #endif // _SENDEBUG
  5678     #endif // _SENDEBUG
  5676 
  5679 
  5677         }
  5680         }
  5678     CleanupStack::PopAndDestroy(pSenChunk); // Close SenChunk
  5681     CleanupStack::PopAndDestroy(pSenChunk); // Close SenChunk