phoneapp/phoneuiutils/src/cphoneclearblacklist.cpp
changeset 21 92ab7f8d0eab
parent 0 5f000ab63145
child 51 f39ed5e045e0
child 62 5266b1f337bd
equal deleted inserted replaced
4:c84cf270c54f 21:92ab7f8d0eab
    45     CPhoneClearBlacklist* instance = static_cast<CPhoneClearBlacklist*>(
    45     CPhoneClearBlacklist* instance = static_cast<CPhoneClearBlacklist*>(
    46         CCoeEnv::Static( KUidClearBlackListSingleton ) );
    46         CCoeEnv::Static( KUidClearBlackListSingleton ) );
    47     if ( !instance )
    47     if ( !instance )
    48         {
    48         {
    49         instance = new (ELeave) CPhoneClearBlacklist();
    49         instance = new (ELeave) CPhoneClearBlacklist();
    50     	CleanupStack::PushL( instance );
    50         CleanupStack::PushL( instance );
    51     	instance->ConstructL( aWsSession, aDevice );
    51         instance->ConstructL( aWsSession, aDevice );
    52     	CleanupStack::Pop( instance );
    52         CleanupStack::Pop( instance );
    53         }
    53         }
    54     return instance;
    54     return instance;
    55     }
    55     }
    56 
    56 
    57 // ---------------------------------------------------------
    57 // ---------------------------------------------------------
   136 //  Clears blacklist.
   136 //  Clears blacklist.
   137 // -----------------------------------------------------------------------------
   137 // -----------------------------------------------------------------------------
   138 //
   138 //
   139 EXPORT_C void CPhoneClearBlacklist::ClearBlackListOnNextKey()
   139 EXPORT_C void CPhoneClearBlacklist::ClearBlackListOnNextKey()
   140     {
   140     {
   141 	__LOGMETHODSTARTEND( EPhoneUIUtils, "CPhoneClearBlacklist::ClearBlackListOnNextKey( ) ");
   141     __LOGMETHODSTARTEND( EPhoneUIUtils, "CPhoneClearBlacklist::ClearBlackListOnNextKey( ) ");
   142     iAnim->ClearBlackListOnNextKey();
   142     iAnim->ClearBlackListOnNextKey();
   143     }
   143     }
   144 
   144 
   145 //  End of File  
   145 //  End of File