diff -r e1b6206813b4 -r f5907b1a1053 emailcontacts/contactactionservice/src/cfscactionutils.cpp --- a/emailcontacts/contactactionservice/src/cfscactionutils.cpp Fri Feb 19 22:37:30 2010 +0200 +++ b/emailcontacts/contactactionservice/src/cfscactionutils.cpp Fri Mar 12 15:41:14 2010 +0200 @@ -32,7 +32,7 @@ #include #include // Header neither in Cmail nor in the platform -//#include +#include // #include #include @@ -136,7 +136,7 @@ if ( iRCSEProfileRegistry != NULL ) { // - //delete iRCSEProfileRegistry; + delete iRCSEProfileRegistry; // } } @@ -1155,7 +1155,7 @@ RArray ids; CleanupClosePushL( ids ); // - //iRCSEProfileRegistry->GetAllIdsL( ids ); + iRCSEProfileRegistry->GetAllIdsL( ids ); // configured = ids.Count() > 0; CleanupStack::PopAndDestroy( &ids ); @@ -1252,12 +1252,12 @@ if ( FeatureManager::FeatureSupported( KFeatureIdCommonVoip ) ) { // - //TRAP_IGNORE( iRCSEProfileRegistry = CRCSEProfileRegistry::NewL() ); + TRAP_IGNORE( iRCSEProfileRegistry = CRCSEProfileRegistry::NewL() ); // } // - iRCSEProfileRegistry = NULL; + //iRCSEProfileRegistry = NULL; // }