phonebookui/Phonebook2/inc/CPbk2CommandHandler.h
branchRCL_3
changeset 21 9da50d567e3c
parent 0 e686773b3f54
equal deleted inserted replaced
20:f4a778e096c2 21:9da50d567e3c
   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                 
   139     private: // Data
   148     private: // Data
   140         /// Own: Command factory
   149         /// Own: Command factory
   141         MPbk2CommandFactory* iCommandFactory;
   150         MPbk2CommandFactory* iCommandFactory;
   142         /// Own: Command store
   151         /// Own: Command store
   143         CPbk2CommandStore* iCommandStore;
   152         CPbk2CommandStore* iCommandStore;