camerauis/cameraxui/cxengine/inc/api/cxutils.h
changeset 55 0da2a5b56583
parent 46 c826656d6714
equal deleted inserted replaced
52:7e18d488ac5f 55:0da2a5b56583
    67 
    67 
    68 #ifdef Q_OS_SYMBIAN
    68 #ifdef Q_OS_SYMBIAN
    69     #define CX_ASSERT_ALWAYS(x)             ASSERT(x)
    69     #define CX_ASSERT_ALWAYS(x)             ASSERT(x)
    70 #else // !Q_OS_SYMBIAN
    70 #else // !Q_OS_SYMBIAN
    71     #define CX_ASSERT_ALWAYS(x)             Q_ASSERT(x)
    71     #define CX_ASSERT_ALWAYS(x)             Q_ASSERT(x)
    72     #define OstTrace0(x,y,z)    
    72     #define OstTrace0(x,y,z)
    73 #endif // Q_OS_SYMBIAN
    73 #endif // Q_OS_SYMBIAN
    74 
    74 
    75 #endif // _DEBUG
    75 #endif // _DEBUG
    76 
    76 
    77 #endif // CXUTILS_H
    77 #endif // CXUTILS_H