VCardDefines.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024 #ifndef VCARD_DEFINES_H
00025 #define VCARD_DEFINES_H
00026
00027 #include <kdebug.h>
00028
00029 #ifdef VCARD_DEBUG
00030 #define vDebug(a) kdDebug(5710) << a << endl;
00031 #else
00032 #define vDebug(a)
00033 #endif
00034
00035 #if 0
00036 #ifndef NDEBUG
00037 # include <qcstring.h>
00038 # include <iostream>
00039 # ifdef __GNUG__
00040 # define vDebug(a) cerr << className() << ":" << __FUNCTION__ << " (" \
00041 << __LINE__ << "): " << QCString((a)).data() << endl;
00042 # else
00043 # define vDebug(a) cerr << className() << ": " \
00044 << QCString((a)).data() << endl;
00045 # endif
00046 #else
00047 # define vDebug(a)
00048 #endif
00049 #endif
00050
00051 #endif // Included this file
00052
This file is part of the documentation for kabc Library Version 3.2.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Apr 21 18:44:45 2004 by
doxygen 1.3.6-20040222 written by
Dimitri van Heesch, © 1997-2003