wvsettings20/group/IMPSSAPSettingsStoreDebugDefinitionMacros.h
changeset 0 094583676ce7
equal deleted inserted replaced
-1:000000000000 0:094583676ce7
       
     1 /*
       
     2 * Copyright (c) 2003 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:  Macros to be used with IMPSSAPSettingsStore to define debug printing mode.
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef  __IMPSSAPSETTINGSSTOREDEBUGDEFINITIONMACROS_H
       
    19 #define  __IMPSSAPSETTINGSSTOREDEBUGDEFINITIONMACROS_H
       
    20 
       
    21 // MACROS
       
    22 
       
    23 //enable debug printing in debug builds
       
    24 #if defined (_DEBUG)
       
    25 #define SSS_ENABLE_DEBUG_PRINT
       
    26 #endif      // _DEBUG
       
    27 
       
    28 //When needing debug output to file, define
       
    29 //SSS_DEBUG_OUTPUT_TO_FILE line below
       
    30 //#define SSS_DEBUG_OUTPUT_TO_FILE
       
    31 
       
    32 
       
    33 #endif // __IMPSSAPSETTINGSSTOREDEBUGDEFINITIONMACROS_H
       
    34 //  End of File
       
    35 
       
    36