Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : libs/e_dbus

Dir     : e17/libs/e_dbus/src/lib/dbus


Modified Files:
        E_DBus.h e_dbus_private.h 


Log Message:
Don't expose debug macros.

===================================================================
RCS file: /cvs/e/e17/libs/e_dbus/src/lib/dbus/E_DBus.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- E_DBus.h    24 Nov 2007 13:22:03 -0000      1.5
+++ E_DBus.h    13 Aug 2008 05:36:32 -0000      1.6
@@ -159,7 +159,4 @@
 }
 #endif
 
-#define DEBUG_LVL 0
-#define DEBUG(lvl, ...) if (lvl <= DEBUG_LVL) printf(__VA_ARGS__)
-
 #endif
===================================================================
RCS file: /cvs/e/e17/libs/e_dbus/src/lib/dbus/e_dbus_private.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- e_dbus_private.h    4 Nov 2007 07:51:37 -0000       1.2
+++ e_dbus_private.h    13 Aug 2008 05:36:32 -0000      1.3
@@ -4,6 +4,9 @@
 #include "dbus/dbus.h"
 #include "Ecore_Data.h"
 
+#define DEBUG_LVL 0
+#define DEBUG(lvl, ...) if (lvl <= DEBUG_LVL) printf(__VA_ARGS__)
+
 struct E_DBus_Connection
 {
   DBusBusType shared_type;



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to