branch | GCC_SURGE |
changeset 40 | 604cd42065d1 |
parent 26 | aad866c37519 |
child 50 | 03674e5abf46 |
--- a/securitydialogs/lockclient/inc/lockaccessextension.h Thu Jun 17 12:11:51 2010 +0100 +++ b/securitydialogs/lockclient/inc/lockaccessextension.h Thu Jul 22 16:43:28 2010 +0100 @@ -21,6 +21,12 @@ #include <e32base.h> +#if defined(_DEBUG) +#define RDEBUG( x, y ) RDebug::Printf( "%s %s (%u) %s=%x", __FILE__, __PRETTY_FUNCTION__, __LINE__, x, y ); +#else +#define RDEBUG( x, y ) +#endif + class RWsSession; /**