secsrv_plat/security_code_ui_api/inc/SecUi.h
changeset 35 f1030a78d563
parent 26 aad866c37519
--- a/secsrv_plat/security_code_ui_api/inc/SecUi.h	Tue Jun 29 10:29:16 2010 +0300
+++ b/secsrv_plat/security_code_ui_api/inc/SecUi.h	Thu Jul 08 20:04:36 2010 +0300
@@ -21,10 +21,12 @@
 #ifndef     __SECUI_H
 #define     __SECUI_H
 
-#if defined(__SECUI_H)
+#if defined(_DEBUG)
 #define RDEBUG( x, y ) RDebug::Printf( "%s %s (%u) %s=%x", __FILE__, __PRETTY_FUNCTION__, __LINE__, x, y );
+#define RDEBUGSTR( x ) RDebug::Print( x );
 #else
 #define RDEBUG( x, y )
+#define RDEBUGSTR( x )
 #endif
 
 class TSecUi