diff -r 4ae315f230bc -r a6539d1e8e43 contacts_plat/predictivesearch_utils_api/inc/CPcsDefs.h --- a/contacts_plat/predictivesearch_utils_api/inc/CPcsDefs.h Tue May 25 12:26:45 2010 +0300 +++ b/contacts_plat/predictivesearch_utils_api/inc/CPcsDefs.h Wed Jun 09 09:26:27 2010 +0300 @@ -50,7 +50,8 @@ EGetSortOrder, ESetSortOrder, EShutdown, - ESearchMatchString + ESearchMatchString, + EGetAdaptiveGrid }; /** @@ -145,6 +146,8 @@ const TInt KPsQueryMaxLen = 150; const TInt KBufferMaxLen = 255; const TInt KSearchResultsBufferLen = 8192; +const TInt KPsAdaptiveGridSupportedMaxLen = 0; // Max Len of input Search Text +const TInt KPsAdaptiveGridStringMaxLen = 255; // Max Len of returned Adaptive Grid String /** * Data Stores Constants