diff -r e8e3147d53eb -r b3431bff8c19 predictivesearch/PcsAlgorithm/Algorithm1/inc/CPcsCache.h --- 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 iDataFields; + RArray iDataFields; /** * Sort order of data fields expected by the clients */ - RArray iSortOrder; + RArray 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 iIndexOrder; + RArray iIndexOrder; };