predictivesearch/PcsAlgorithm/Algorithm1/inc/CPcsCache.h
branchRCL_3
changeset 21 b3431bff8c19
parent 15 e8e3147d53eb
child 35 4ae315f230bc
--- a/predictivesearch/PcsAlgorithm/Algorithm1/inc/CPcsCache.h	Mon Mar 15 12:39:26 2010 +0200
+++ b/predictivesearch/PcsAlgorithm/Algorithm1/inc/CPcsCache.h	Wed Mar 31 21:13:53 2010 +0300
@@ -99,10 +99,6 @@
 		*/
 		TUint8 GetUriId();
 
-		/**
-		* Returns the URI for this cache
-		*/
-		HBufC* GetUri();
 	    /**
 	    * Sets sort order for data fields
 	    */
@@ -191,7 +187,7 @@
 		/**
 		* Internal URI id for this cache
 		*/
-		TInt8 iUriId;
+		TUint8 iUriId;
 
 		/**
 		* Current status of this cache
@@ -201,18 +197,18 @@
 		/**
 		* List of data fields (mapped to VPbk ids) supported by this cache
 		*/
-		RArray<TInt> 	iDataFields;
+		RArray<TInt> iDataFields;
 		/**
 		* Sort order of data fields expected by the clients
 		*/
-		RArray<TInt>    iSortOrder;
+		RArray<TInt> iSortOrder;
 		
 		/**
 		* Order of indexes determined by correlating iDataFields and iSortOrder
 		* Each CPsData data element fields need to be compared in this order
 		* to get the client expected sort order for this cache.
 		*/
-		RArray<TInt>    iIndexOrder;
+		RArray<TInt> iIndexOrder;
 		
 };