phonebookui/Phonebook2/inc/CPbk2CommandHandler.h
branchRCL_3
changeset 85 38bb213f60ba
parent 68 9da50d567e3c
equal deleted inserted replaced
74:6b5524b4f673 85:38bb213f60ba
   134                 MPbk2ContactUiControl& aControl );
   134                 MPbk2ContactUiControl& aControl );
   135         TInt ToStoreFieldIndexL(
   135         TInt ToStoreFieldIndexL(
   136                 TInt aPresIndex,
   136                 TInt aPresIndex,
   137                 const MVPbkStoreContact* aStoreContact );
   137                 const MVPbkStoreContact* aStoreContact );
   138 
   138 
   139     public:
       
   140     	  /**
       
   141          * Returns the Command Store
       
   142          * OwnerShip is not transferred. 
       
   143          *
       
   144          * @return  Pointer to the instance CPbk2CommandStore. Can be NULL. Ownership not transferred
       
   145          */
       
   146         IMPORT_C CPbk2CommandStore* CommandStore();
       
   147                 
       
   148     private: // Data
   139     private: // Data
   149         /// Own: Command factory
   140         /// Own: Command factory
   150         MPbk2CommandFactory* iCommandFactory;
   141         MPbk2CommandFactory* iCommandFactory;
   151         /// Own: Command store
   142         /// Own: Command store
   152         CPbk2CommandStore* iCommandStore;
   143         CPbk2CommandStore* iCommandStore;