searchsrv_plat/cpix_search_api/inc/cpixcommon.h
changeset 23 d4d56f5e7c55
parent 13 fcb2a58c181b
equal deleted inserted replaced
20:556534771396 23:d4d56f5e7c55
    22 #ifndef THROWS_EXCEPTION
    22 #ifndef THROWS_EXCEPTION
    23 #define THROWS_EXCEPTION
    23 #define THROWS_EXCEPTION
    24 #endif
    24 #endif
    25 
    25 
    26 /**
    26 /**
       
    27  * @file
       
    28  * @ingroup Qt Search ClientAPI
       
    29  * @brief Contains constants needed in the API
       
    30  */
       
    31 
       
    32 /**
    27  * Maximum string length.
    33  * Maximum string length.
    28  * */ 
    34  * */ 
    29 //@TODO:sai: Is this a sane value?
    35 //@TODO:sai: Is this a sane value?
    30 const int KMaxStringLength = 256;
    36 const int KMaxStringLength = 256;
    31 
    37