phonebookui/Phonebook2/Commands/inc/CPbk2CommandStore.h
branchRCL_3
changeset 21 9da50d567e3c
parent 0 e686773b3f54
equal deleted inserted replaced
20:f4a778e096c2 21:9da50d567e3c
    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         void DestroyAllCommands();
    76         IMPORT_C 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