convergedcallengine/cce/src/cccepluginmanager.cpp
changeset 12 ae8abd0db65c
parent 0 ff3b6d0fd310
child 31 a2467631ae02
equal deleted inserted replaced
0:ff3b6d0fd310 12:ae8abd0db65c
    71 void CCCEPluginManager::ConstructL()
    71 void CCCEPluginManager::ConstructL()
    72     {
    72     {
    73 #if 0
    73 #if 0
    74 // capabilities still todo here
    74 // capabilities still todo here
    75 
    75 
    76 	static _LIT_SECURITY_POLICY_PASS( KAllowAllPolicy );
    76     static _LIT_SECURITY_POLICY_PASS( KAllowAllPolicy );
    77 	static _LIT_SECURITY_POLICY_C2(	KICMPolicy, 
    77     static _LIT_SECURITY_POLICY_C2( KICMPolicy, 
    78 									ECapabilityNetworkControl,
    78                                     ECapabilityNetworkControl,
    79 									ECapabilityWriteDeviceData);	
    79                                     ECapabilityWriteDeviceData);    
    80 
    80 
    81         
    81         
    82     // define first property to be integer type
    82     // define first property to be integer type
    83     TInt err = RProperty::Define( KPSUidICMIncomingCall, 
    83     TInt err = RProperty::Define( KPSUidICMIncomingCall, 
    84         KPropertyKeyICMPluginUID, RProperty::EInt, KAllowAllPolicy, KICMPolicy );
    84         KPropertyKeyICMPluginUID, RProperty::EInt, KAllowAllPolicy, KICMPolicy );