tsrc/testing/inc/mpxlog.h
changeset 1 6711b85517b7
parent 0 96612d01cf9f
equal deleted inserted replaced
0:96612d01cf9f 1:6711b85517b7
    23 // INCLUDES
    23 // INCLUDES
    24 #include <e32std.h>
    24 #include <e32std.h>
    25 #include <e32svr.h>
    25 #include <e32svr.h>
    26 #include <e32property.h>
    26 #include <e32property.h>
    27 
    27 
    28 #include "mpxvideo_debug.h"
    28 #include <mpxvideo_debug.h>
    29 
    29 
    30 #ifdef _DEBUG
    30 #ifdef _DEBUG
    31 
    31 
    32 #define MPX_FUNC(fn)                TFunctionTrace _s(_L(fn));
    32 #define MPX_FUNC(fn)                TFunctionTrace _s(_L(fn));
    33 #define MPX_FUNC_EX(fn)             TFunctionTrace _s(_L(fn), this);
    33 #define MPX_FUNC_EX(fn)             TFunctionTrace _s(_L(fn), this);