syncmlfw/common/sosserver_clientapi/inc/NSmlClientAPIDefs.h
changeset 0 b497e44ab2fc
equal deleted inserted replaced
-1:000000000000 0:b497e44ab2fc
       
     1 /*
       
     2 * Copyright (c) 2004 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: SyncML constants definition. 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef __NSMLCLIENTAPIDEFS__
       
    20 #define __NSMLCLIENTAPIDEFS__
       
    21 
       
    22 //#define __CLIENT_API_MT_
       
    23 #define SYNCML_V3
       
    24 
       
    25 _LIT( KNSmlClientAPIPanic, "SyncMLClientAPI" );
       
    26 
       
    27 _LIT( KNSmlInitialString, "" );
       
    28 _LIT8( KNSmlInitialString8, "" );
       
    29 _LIT8( KNSmlInitialZeroString8, "0" );
       
    30 
       
    31 const TInt KNSmlMaxInt32Length = 10;
       
    32 const TInt KNSmlMaxIntFetchCount = 10;
       
    33 
       
    34 const TInt KNSmlMaxEventMessageLength = 64;
       
    35 const TInt KNSmlMaxProgressMessageLength = 128;
       
    36 
       
    37 const TUint KDefaultMessageSlots=4;
       
    38 #endif