--- a/phoneapp/phoneuiutils/src/cphoneclearblacklist.cpp Tue Aug 31 15:14:29 2010 +0300
+++ b/phoneapp/phoneuiutils/src/cphoneclearblacklist.cpp Wed Sep 01 12:30:10 2010 +0100
@@ -47,9 +47,9 @@
if ( !instance )
{
instance = new (ELeave) CPhoneClearBlacklist();
- CleanupStack::PushL( instance );
- instance->ConstructL( aWsSession, aDevice );
- CleanupStack::Pop( instance );
+ CleanupStack::PushL( instance );
+ instance->ConstructL( aWsSession, aDevice );
+ CleanupStack::Pop( instance );
}
return instance;
}
@@ -138,7 +138,7 @@
//
EXPORT_C void CPhoneClearBlacklist::ClearBlackListOnNextKey()
{
- __LOGMETHODSTARTEND( EPhoneUIUtils, "CPhoneClearBlacklist::ClearBlackListOnNextKey( ) ");
+ __LOGMETHODSTARTEND( EPhoneUIUtils, "CPhoneClearBlacklist::ClearBlackListOnNextKey( ) ");
iAnim->ClearBlackListOnNextKey();
}