syncmlfw/ds/inc/nsmldsdefines.h
changeset 0 b497e44ab2fc
equal deleted inserted replaced
-1:000000000000 0:b497e44ab2fc
       
     1 /*
       
     2 * Copyright (c) 2002 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:  Defines for SyncML DS
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef __NSMLDSDEFINES_H__
       
    20 #define __NSMLDSDEFINES_H__
       
    21 
       
    22 // ------------------------------------------------------------------------------------------------
       
    23 //
       
    24 // This header contains DS related defines.
       
    25 // 
       
    26 // ------------------------------------------------------------------------------------------------
       
    27 
       
    28 // ------------------------------------------------------------------------------------------------
       
    29 // Includes
       
    30 // ------------------------------------------------------------------------------------------------
       
    31 
       
    32 
       
    33 #include "nsmldefines.h"
       
    34 #include "nsmldsconstants.h"
       
    35 #include "nsmldbcaps.h"
       
    36 
       
    37 // ------------------------------------------------------------------------------------------------
       
    38 // Constacts
       
    39 // ------------------------------------------------------------------------------------------------
       
    40 
       
    41 // These versions are used in DS adapter Version() function. Defines version of SyncML DS.
       
    42 const TInt KNSmlDSVerMajor = 1;
       
    43 const TInt KNSmlDSVerMinor = 2;
       
    44 
       
    45 struct TNSmlContentSpecificSyncType
       
    46 	{
       
    47 	TInt iTaskId;
       
    48 	CNSmlDbCaps::ENSmlSyncTypes iType;
       
    49 	};
       
    50 	
       
    51 #endif // __NSMLDSDEFINES_H__