cryptoplugins/cryptospiplugins/test/h4drv/crypto_h4/cryptojobs.h
changeset 15 da2ae96f639b
parent 8 35751d3474b7
equal deleted inserted replaced
10:afc583cfa176 15:da2ae96f639b
    24 #ifndef __CRYPTOJOBS__
    24 #ifndef __CRYPTOJOBS__
    25 #define __CRYPTOJOBS__
    25 #define __CRYPTOJOBS__
    26 #include <e32cmn.h>
    26 #include <e32cmn.h>
    27 #include <e32ver.h>
    27 #include <e32ver.h>
    28 #include <e32def.h>
    28 #include <e32def.h>
    29 #include <cryptodriver.h>
    29 #include "cryptodriver.h"
    30 
    30 
    31 #define TRACE_FUNCTION(funcName) do{ static TraceFunction tf( __FILE__ , funcName ); tf.Inc(); }while(0)
    31 #define TRACE_FUNCTION(funcName) do{ static TraceFunction tf( __FILE__ , funcName ); tf.Inc(); }while(0)
    32 
    32 
    33 class TraceFunction
    33 class TraceFunction
    34 	{
    34 	{