phoneuis/BubbleManager/Inc/BMBubbleDebug.h
branchRCL_3
changeset 25 91c2fb4b78df
parent 0 5f000ab63145
equal deleted inserted replaced
19:544e34b3255a 25:91c2fb4b78df
    17 
    17 
    18 
    18 
    19 #ifndef BM_DEBUG_H
    19 #ifndef BM_DEBUG_H
    20 #define BM_DEBUG_H
    20 #define BM_DEBUG_H
    21 
    21 
    22 //#ifdef _DEBUG 
    22 #ifdef _DEBUG 
    23 
    23 
    24 // INCLUDES
    24 // INCLUDES
    25 #include <e32svr.h>
    25 #include <e32svr.h>
    26 
    26 
    27 // CONSTANTS
    27 // CONSTANTS
    71        
    71        
    72 
    72 
    73     
    73     
    74 
    74 
    75     
    75     
    76 /*
    76 
    77 #else // _DEBUG
    77 #else // _DEBUG
    78 
    78 
    79     #define TRACE_ASSERT( a )
    79     #define TRACE_ASSERT( a )
    80     #define TRACE_ASSERT_RETURN( a ) a
    80     #define TRACE_ASSERT_RETURN( a ) a
    81     #define TRACE_ASSERT_ALWAYS
    81     #define TRACE_ASSERT_ALWAYS
   100     #define PANIC_IF_FALSE( a )
   100     #define PANIC_IF_FALSE( a )
   101     #define PANIC_IF_TRUE( a )
   101     #define PANIC_IF_TRUE( a )
   102     #define PANIC_ALWAYS
   102     #define PANIC_ALWAYS
   103 
   103 
   104 #endif // _DEBUG
   104 #endif // _DEBUG
   105 */
   105 
   106 #endif // BM_DEBUG_H
   106 #endif // BM_DEBUG_H
   107 
   107 
   108 // End of File
   108 // End of File