uiservicetab/vimpstcmdprocess/src/cvimpstcmdfetchblockedlist.cpp
branchRCL_3
changeset 14 9fdee5e1da30
parent 0 5e5d6b214f4f
equal deleted inserted replaced
13:796276a1bdcc 14:9fdee5e1da30
    21 
    21 
    22 #include "vimpstcmd.hrh"
    22 #include "vimpstcmd.hrh"
    23 #include "cvimpstcmdfetchblockedlist.h"
    23 #include "cvimpstcmdfetchblockedlist.h"
    24 #include "mvimpstcmdobserver.h"
    24 #include "mvimpstcmdobserver.h"
    25 
    25 
    26 #include "vimpstdebugprint.h" 
    26 
       
    27 #include "uiservicetabtracer.h"
    27 
    28 
    28 #include <e32def.h>
    29 #include <e32def.h>
    29 
    30 
    30 #include "mvimpstengine.h"
    31 #include "mvimpstengine.h"
    31 
    32 
    76 // CVIMPSTCmdFetchBlockedContactList::ExecuteLD
    77 // CVIMPSTCmdFetchBlockedContactList::ExecuteLD
    77 // --------------------------------------------------------------------------
    78 // --------------------------------------------------------------------------
    78 //
    79 //
    79 void CVIMPSTCmdFetchBlockedContactList::ExecuteLD()
    80 void CVIMPSTCmdFetchBlockedContactList::ExecuteLD()
    80     {
    81     {
    81    	CHAT_DP_FUNC_ENTER("CVIMPSTCmdFetchBlockedContactList::ExecuteLD");
    82    
       
    83     TRACER_AUTO;
    82     //push to the cleanupstack
    84     //push to the cleanupstack
    83     CleanupStack::PushL( this );    
    85     CleanupStack::PushL( this );    
    84     
    86     
    85     //call logout
    87     //call logout
    86    	iEngine.FetchBlockedListL();
    88    	iEngine.FetchBlockedListL();
    87    	
    89    	
    88     CHAT_DP_FUNC_ENTER("CVIMPSTCmdFetchBlockedContactList:: CommandFinished");
    90     
    89 
    91 
    90     if(iObserver)
    92     if(iObserver)
    91 	    {
    93 	    {
    92 	    iObserver->CommandFinishedL(*this);
    94 	    iObserver->CommandFinishedL(*this);
    93 	    }
    95 	    }
    94 	CHAT_DP_FUNC_ENTER("CVIMPSTCmdFetchBlockedContactList:: CommandFinished");	
    96 	
    95 	CleanupStack::PopAndDestroy();	
    97 	CleanupStack::PopAndDestroy();	
    96 	CHAT_DP_FUNC_DONE("CVIMPSTCmdFetchBlockedContactList::ExecuteLD");	
    98 		
    97     }
    99     }
    98 
   100 
    99 
   101 
   100 // --------------------------------------------------------------------------
   102 // --------------------------------------------------------------------------
   101 // CVIMPSTCmdFetchBlockedContactList::AddObserver
   103 // CVIMPSTCmdFetchBlockedContactList::AddObserver