phoneuis/BubbleManager/Inc/BMBubbleDebug.h
branchRCL_3
changeset 25 91c2fb4b78df
parent 0 5f000ab63145
--- a/phoneuis/BubbleManager/Inc/BMBubbleDebug.h	Wed Apr 14 15:56:42 2010 +0300
+++ b/phoneuis/BubbleManager/Inc/BMBubbleDebug.h	Tue Apr 27 16:37:10 2010 +0300
@@ -19,7 +19,7 @@
 #ifndef BM_DEBUG_H
 #define BM_DEBUG_H
 
-//#ifdef _DEBUG 
+#ifdef _DEBUG 
 
 // INCLUDES
 #include <e32svr.h>
@@ -73,7 +73,7 @@
     
 
     
-/*
+
 #else // _DEBUG
 
     #define TRACE_ASSERT( a )
@@ -102,7 +102,7 @@
     #define PANIC_ALWAYS
 
 #endif // _DEBUG
-*/
+
 #endif // BM_DEBUG_H
 
 // End of File