searchsrv_plat/cpix_search_api/inc/cpixcommon.h
changeset 13 fcb2a58c181b
child 23 d4d56f5e7c55
equal deleted inserted replaced
11:7c6f43cd91cf 13:fcb2a58c181b
       
     1 /*
       
     2 * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Qt common search APIs
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef CPIXCOMMON_H_
       
    20 #define CPIXCOMMON_H_
       
    21 
       
    22 #ifndef THROWS_EXCEPTION
       
    23 #define THROWS_EXCEPTION
       
    24 #endif
       
    25 
       
    26 /**
       
    27  * Maximum string length.
       
    28  * */ 
       
    29 //@TODO:sai: Is this a sane value?
       
    30 const int KMaxStringLength = 256;
       
    31 
       
    32 #endif /* CPIXCOMMON_H_ */