omads/omadsextensions/adapters/notes/inc/nsmlnotepadlogging.h
branchRCL_3
changeset 25 4f0867e42d62
parent 24 8e7494275d3a
child 26 3e6957da2ff8
equal deleted inserted replaced
24:8e7494275d3a 25:4f0867e42d62
     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:  calss which directly deal with notepad database.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef __NSMLNOTEPADLOGGING_H__
       
    20 #define __NSMLNOTEPADLOGGING_H__
       
    21 
       
    22 #define _NOTEPAD_DBG_FILE(p)
       
    23 
       
    24 #ifdef _DEBUG_
       
    25 #include "nsmldebug.h"
       
    26 
       
    27 #define _NOTEPAD_DBG_FILE(p) _DBG_FILE(p)
       
    28 
       
    29 #endif
       
    30 
       
    31 
       
    32 #endif //__NSMLNOTEPADLOGGING_H__