omads/omadsextensions/adapters/agenda/inc/nsmlagendadefines.hrh
changeset 20 e1de7d03f843
parent 0 dab8a81a92de
equal deleted inserted replaced
19:2691f6aa1921 20:e1de7d03f843
       
     1 /*
       
     2 * Copyright (c) 2005 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 DS agenda adapter
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 // DEFINES
       
    21 #ifdef RD_DS_ICAL_SUPPORT
       
    22 #ifdef __I_CAL_SUPPORT
       
    23 #define __NSML_USE_ICAL_FEATURE
       
    24 #endif // __I_CAL_SUPPORT
       
    25 
       
    26 #endif
       
    27 
       
    28 #ifdef __NSML_DEBUG__ 
       
    29 #define __NSML_MORE_DEBUG_FOR_ITEMS__	// If this flag is defined
       
    30 					                    // then debug dumb includes
       
    31 					                    // old item and new data at replace
       
    32     				                    // commands
       
    33 #endif // __NSML_DEBUG__