remotestoragefw/webdavaccessplugin/inc/mydebug.h
branchRCL_3
changeset 15 88ee4cf65e19
parent 12 87c71b25c937
child 16 1aa8c82cb4cb
equal deleted inserted replaced
12:87c71b25c937 15:88ee4cf65e19
     1 /*
       
     2 * Copyright (c) 2002-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:  Debug definitions for DavAccess
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef MYDEBUG_H
       
    20 #define MYDEBUG_H
       
    21 
       
    22 // MACROS
       
    23 #define APPEND_TO_DEBUG_FILE
       
    24 
       
    25 // CONSTANTS
       
    26 _LIT(KDebugDirName, "davaccess");
       
    27 _LIT(KDebugFileName, "davaccess.txt");
       
    28 
       
    29 #endif // MYDEBUG_H
       
    30 
       
    31 // End of File