phonebookui/Phonebook2/inc/CPbk2CommandHandler.h
branchRCL_3
changeset 68 9da50d567e3c
parent 0 e686773b3f54
child 85 38bb213f60ba
--- a/phonebookui/Phonebook2/inc/CPbk2CommandHandler.h	Wed Sep 01 12:29:52 2010 +0100
+++ b/phonebookui/Phonebook2/inc/CPbk2CommandHandler.h	Tue Sep 14 20:54:53 2010 +0300
@@ -136,6 +136,15 @@
                 TInt aPresIndex,
                 const MVPbkStoreContact* aStoreContact );
 
+    public:
+    	  /**
+         * Returns the Command Store
+         * OwnerShip is not transferred. 
+         *
+         * @return  Pointer to the instance CPbk2CommandStore. Can be NULL. Ownership not transferred
+         */
+        IMPORT_C CPbk2CommandStore* CommandStore();
+                
     private: // Data
         /// Own: Command factory
         MPbk2CommandFactory* iCommandFactory;