phonebookui/Phonebook2/Commands/inc/CPbk2CommandStore.h
branchRCL_3
changeset 85 38bb213f60ba
parent 68 9da50d567e3c
equal deleted inserted replaced
74:6b5524b4f673 85:38bb213f60ba
    71                 MPbk2MenuCommandObserver& aObserver );
    71                 MPbk2MenuCommandObserver& aObserver );
    72         /**
    72         /**
    73          * Destroys all the commands in the iCommandArray.
    73          * Destroys all the commands in the iCommandArray.
    74          * by calling CommandFinished() on each one.
    74          * by calling CommandFinished() on each one.
    75          */
    75          */
    76         IMPORT_C void DestroyAllCommands();
    76         void DestroyAllCommands();
    77 
    77 
    78     public: // From MPbk2CommandList
    78     public: // From MPbk2CommandList
    79         IMPORT_C void AddAndExecuteCommandL(
    79         IMPORT_C void AddAndExecuteCommandL(
    80                 MPbk2Command* aCommand );
    80                 MPbk2Command* aCommand );
    81 
    81