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