00001 #ifndef EX_INCLUDED
00002 #define EX_INCLUDED
00003
00004 #if !defined(DB_WARNING)
00005 #define DB_WARNING 0
00006 #endif
00007
00008 #if DB_WARNING == 0
00009 #define DB_ENTER(arg)
00010 #else
00011 #define DB_ENTER(arg) cout << arg << endl
00012 #endif
00013
00014 #endif