camerauis/cameraxui/cxengine/inc/api/cxutils.h
changeset 45 24fd82631616
parent 43 0e652f8f1fbd
child 55 0da2a5b56583
equal deleted inserted replaced
43:0e652f8f1fbd 45:24fd82631616
    62     #define CX_DEBUG_SYMBIAN(msg)
    62     #define CX_DEBUG_SYMBIAN(msg)
    63     #define CX_DEBUG_ENTER_FUNCTION()
    63     #define CX_DEBUG_ENTER_FUNCTION()
    64     #define CX_DEBUG_IN_FUNCTION()
    64     #define CX_DEBUG_IN_FUNCTION()
    65     #define CX_DEBUG_EXIT_FUNCTION()
    65     #define CX_DEBUG_EXIT_FUNCTION()
    66     #define CX_DEBUG_ASSERT(x)
    66     #define CX_DEBUG_ASSERT(x)
       
    67 
       
    68 #ifdef Q_OS_SYMBIAN
    67     #define CX_ASSERT_ALWAYS(x)             ASSERT(x)
    69     #define CX_ASSERT_ALWAYS(x)             ASSERT(x)
       
    70 #else // !Q_OS_SYMBIAN
       
    71     #define CX_ASSERT_ALWAYS(x)             Q_ASSERT(x)
       
    72     #define OstTrace0(x,y,z)    
       
    73 #endif // Q_OS_SYMBIAN
    68 
    74 
    69 #endif // _DEBUG
    75 #endif // _DEBUG
    70 
    76 
    71 #endif // CXUTILS_H
    77 #endif // CXUTILS_H