imstutils/xmppadapter/inc/xmppadapterlogger.h
branchRCL_3
changeset 19 76f25fb7a6a1
parent 0 5e5d6b214f4f
--- a/imstutils/xmppadapter/inc/xmppadapterlogger.h	Tue May 11 16:01:07 2010 +0300
+++ b/imstutils/xmppadapter/inc/xmppadapterlogger.h	Tue May 25 12:27:36 2010 +0300
@@ -23,8 +23,15 @@
 #include <e32std.h>
 
 //#ifdef _DEBUG
-#define ENABLE_DEBUG_LOGS
-//#endif
+#ifdef __WINS__
+  #ifdef _DEBUG
+    #define ENABLE_DEBUG_LOGS // for WINS UDEB
+ #endif
+#else
+  #ifdef _DEBUG
+    #define ENABLE_DEBUG_LOGS // for device UDEB
+  #endif
+#endif
 
 /**   
 * Usage of Log MACRO'S