securitydialogs/lockclient/inc/lockaccessextension.h
branchRCL_3
changeset 49 09b1ac925e3f
parent 0 164170e6151a
child 50 03674e5abf46
equal deleted inserted replaced
47:63339781d179 49:09b1ac925e3f
    18 
    18 
    19 #ifndef __LOCKACCESSEXTENSION_H__
    19 #ifndef __LOCKACCESSEXTENSION_H__
    20 #define __LOCKACCESSEXTENSION_H__
    20 #define __LOCKACCESSEXTENSION_H__
    21 
    21 
    22 #include <e32base.h>
    22 #include <e32base.h>
       
    23 
       
    24 #if defined(_DEBUG)
       
    25 #define RDEBUG( x, y ) RDebug::Printf( "%s %s (%u) %s=%x", __FILE__, __PRETTY_FUNCTION__, __LINE__, x, y );
       
    26 #else
       
    27 #define RDEBUG( x, y )
       
    28 #endif
    23 
    29 
    24 class RWsSession;
    30 class RWsSession;
    25 
    31 
    26 /**
    32 /**
    27  *  RLockAccessExtension class.
    33  *  RLockAccessExtension class.