serviceproviders/sapi_contacts_vpbk/contactservice/inc/contactviewobserver.h
changeset 22 fc9cf246af83
parent 19 989d2f495d90
--- a/serviceproviders/sapi_contacts_vpbk/contactservice/inc/contactviewobserver.h	Fri Jul 03 15:51:24 2009 +0100
+++ b/serviceproviders/sapi_contacts_vpbk/contactservice/inc/contactviewobserver.h	Thu Aug 27 07:43:07 2009 +0300
@@ -54,7 +54,8 @@
                                       const TDesC& aStoreUri, 
                                       TOrder aSortOrder, 
                                       TInt aTransId, 
-                                      CActiveSchedulerWait* aSchedulerWait);
+                                      CActiveSchedulerWait* aSchedulerWait,
+                                      TCmdType val);
 
 
 
@@ -84,7 +85,8 @@
 	                     MContactCallback* aCallback,
 	                     TOrder aSortOrder, 
 	                     TInt aTransId, 
-	                     CActiveSchedulerWait* aSchedulerWait);
+	                     CActiveSchedulerWait* aSchedulerWait,
+	                     TCmdType val = EGetList);
 	
 	void ReturnDefaultView();
 
@@ -130,6 +132,7 @@
 	
 	//ContactService Handle
 	CContactService* iContactService;
+	TCmdType iVal;
 
 };