webservices/wscore/src/sencoreservicemanager.cpp
changeset 23 a1df79fa35b4
parent 1 272b002df977
equal deleted inserted replaced
16:abb636afedf7 23:a1df79fa35b4
   377         if( additions < 0 )
   377         if( additions < 0 )
   378             {
   378             {
   379             error = additions;
   379             error = additions;
   380             additions = 0;
   380             additions = 0;
   381             }
   381             }
   382         CSLOG_FORMAT((aConsumer.ConnectionId(), KNormalLogLevel , _L8(" - Just added %d service description(s)."), additions));
   382         CSLOG_FORMAT((aConsumer.ConnectionId(), KMinLogLevel , _L8(" - Just added %d service description(s)."), additions));
   383         if ( error )
   383         if ( error )
   384             {
   384             {
   385             retVal = error;
   385             retVal = error;
   386             CSLOG_L(aConsumer.ConnectionId(), KMinLogLevel ,"/ / / / / / / / / / / / / / /");
   386             CSLOG_L(aConsumer.ConnectionId(), KMinLogLevel ,"/ / / / / / / / / / / / / / /");
   387             CSLOG_FORMAT((aConsumer.ConnectionId(), KMinLogLevel , _L8(" - Error occurred: (%d)."), error));
   387             CSLOG_FORMAT((aConsumer.ConnectionId(), KMinLogLevel , _L8(" - Error occurred: (%d)."), error));
   971     Base64Codec().Decode(aSource, result8);
   971     Base64Codec().Decode(aSource, result8);
   972     return pResult8;
   972     return pResult8;
   973     }
   973     }
   974 
   974 
   975 // private getter, which always initializes the base64codec
   975 // private getter, which always initializes the base64codec
   976 TImCodecB64& CSenCoreServiceManager::Base64Codec()
   976 TBase64& CSenCoreServiceManager::Base64Codec()
   977     {
   977     {
   978     iBase64Codec.Initialise();
       
   979     return iBase64Codec;
   978     return iBase64Codec;
   980     }
   979     }
   981 
   980 
   982 TPtrC8 CSenCoreServiceManager::SenSecurityMechanismNames8L()
   981 TPtrC8 CSenCoreServiceManager::SenSecurityMechanismNames8L()
   983     {
   982     {