serviceproviders/sapi_contacts_vpbk/contactservice/src/contactservice.cpp
changeset 22 fc9cf246af83
parent 19 989d2f495d90
child 33 50974a8b132e
--- a/serviceproviders/sapi_contacts_vpbk/contactservice/src/contactservice.cpp	Fri Jul 03 15:51:24 2009 +0100
+++ b/serviceproviders/sapi_contacts_vpbk/contactservice/src/contactservice.cpp	Thu Aug 27 07:43:07 2009 +0300
@@ -431,7 +431,7 @@
 	    						const TDesC& aSearchVal,
 	    						CSearchFields* aSearchFields,
 	    						TOrder aSortOrder,
-	    						const TDesC& aStoreUri)
+	    						const TDesC& aStoreUri, TCmdType val)
 	{
 		TInt retVal = KErrGeneral;
 		CContactIter* iter;
@@ -472,7 +472,7 @@
 													 iter,
 													 type,
 													 aTransId,
-													 iContactStore) ;
+													 iContactStore,val) ;
 
 			        CleanupStack::PushL(getListOpenObserver);
 
@@ -510,7 +510,7 @@
 												iter,
 												type,
 												aTransId,
-												iContactStore) ;
+												iContactStore,val) ;
 		        CleanupStack::PushL(getListOpenObserver);
 
 		        //Opens the database and goes to observer's StoreReady() function.