convergedcallengine/spsettings/src/spsettingsvoiputils.cpp
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
equal deleted inserted replaced
19:7d48bed6ce0c 20:987c9837762f
    24 #include "spdefinitions.h"
    24 #include "spdefinitions.h"
    25 #include "spdefaultvalues.h"
    25 #include "spdefaultvalues.h"
    26 
    26 
    27 #include <featmgr.h>
    27 #include <featmgr.h>
    28 #include <centralrepository.h>
    28 #include <centralrepository.h>
    29 #include <settingsinternalcrkeys.h> 
    29 #include <settingsinternalcrkeys.h>
    30 
    30 
    31 #include "spsapilogger.h" // For logging
    31 #include "spsapilogger.h" // For logging
    32 
    32 
    33 // Preferred Telephony value is PS call
    33 // Preferred Telephony value is PS call
    34 const TInt KRCSEInternetCallPreferred = 1;
    34 const TInt KRCSEInternetCallPreferred = 1;
   122             {
   122             {
   123             continue;
   123             continue;
   124             }
   124             }
   125             
   125             
   126         err = iSettingsEngine->FindPropertyL( id,
   126         err = iSettingsEngine->FindPropertyL( id,
   127                                               EPropertyVoIPSubServicePluginId,
   127 	                                          EPropertyVoIPSubServicePluginId,
   128                                               *property );
   128 	                                          *property );
   129 
   129 
   130         profileExists = ( KErrNone == err ? ETrue : EFalse );
   130         profileExists = ( KErrNone == err ? ETrue : EFalse );
   131         }
   131         }
   132 
   132 
   133     CleanupStack::PopAndDestroy( property );
   133     CleanupStack::PopAndDestroy( property );