serviceproviders/sapi_contacts_vpbk/contactservice/inc/getliststorelistobserver.h
changeset 22 fc9cf246af83
parent 19 989d2f495d90
child 24 f4292e0e20df
--- a/serviceproviders/sapi_contacts_vpbk/contactservice/inc/getliststorelistobserver.h	Fri Jul 03 15:51:24 2009 +0100
+++ b/serviceproviders/sapi_contacts_vpbk/contactservice/inc/getliststorelistobserver.h	Thu Aug 27 07:43:07 2009 +0300
@@ -54,7 +54,8 @@
 										   CContactIter* aIter,
 										   Ttype atype,
 										   TInt aTransId,
-										   MVPbkContactStore* aContactStore);
+										   MVPbkContactStore* aContactStore,
+										   TCmdType val);
    
     ~CGetListStoreListObserver();
 
@@ -109,7 +110,7 @@
             				  TOrder aSortOrder,MContactCallback *aCallback,
             				   CContactService *aContactService,
             				  CContactIter* aIter, enum Ttype atype, 
-            				  TInt aTransId,MVPbkContactStore* aContactStore);
+            				  TInt aTransId,MVPbkContactStore* aContactStore, TCmdType val);
     				 
    /**
 	*  Sets the view of the database and also creates a filtered view
@@ -157,6 +158,7 @@
       * RetrieveL() Handle
       */
 	 MVPbkContactOperationBase* iRetOp;
+	 TCmdType iVal;
 };
 
 #endif//C_GETLISTSTORELISTOBSERVER_H
\ No newline at end of file