securitydialogs/lockclient/inc/lockaccessextension.h
branchRCL_3
changeset 22 03674e5abf46
parent 21 09b1ac925e3f
equal deleted inserted replaced
21:09b1ac925e3f 22:03674e5abf46
    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
       
    29 
    23 
    30 class RWsSession;
    24 class RWsSession;
    31 
    25 
    32 /**
    26 /**
    33  *  RLockAccessExtension class.
    27  *  RLockAccessExtension class.