--- 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;