serviceproviders/sapi_contacts_vpbk/contactservice/inc/getliststorelistobserver.h
changeset 24 f4292e0e20df
parent 22 fc9cf246af83
--- a/serviceproviders/sapi_contacts_vpbk/contactservice/inc/getliststorelistobserver.h	Thu Sep 10 12:58:20 2009 +0300
+++ b/serviceproviders/sapi_contacts_vpbk/contactservice/inc/getliststorelistobserver.h	Thu Sep 24 12:43:20 2009 +0300
@@ -29,7 +29,7 @@
 class CContactService;
 class CContactIter;
 class CContactViewObserver;
-
+const TInt KMaxUriLen = 0x1000;
 
 /**
  * This class has methods for handling the return from Async open of a contacts database.
@@ -120,7 +120,7 @@
   
  private: 
  	//Store Uri  
-    TBufC<KMaxPath> iUri;
+    TBufC<KMaxUriLen> iUri;
     
     //ContactId
     HBufC8* iContactId;