connectivitylayer/isce/memmanager_dll/inc/memmanagertrace.h
changeset 5 8ccc39f9d787
parent 0 63b37f68c1ce
--- a/connectivitylayer/isce/memmanager_dll/inc/memmanagertrace.h	Mon Nov 09 10:36:19 2009 +0000
+++ b/connectivitylayer/isce/memmanager_dll/inc/memmanagertrace.h	Thu Jan 14 10:44:58 2010 +0200
@@ -53,6 +53,7 @@
 
 // Resets are made both in UDEB and UREL (traces only in udeb)
 // Internal asserts
+#define TRACE_ASSERT_ALWAYS __TRACE_PRINTF( ("Assertion failed: file=" __FILE__ ", line=%d, compiled="__DATE__" "__TIME__, __LINE__) )
 #define ASSERT_RESET_ALWAYS(a,b) if(!(a)) { __TRACE_PRINTF(("Assertion failed: file=" __FILE__ ", line=%d, compiled="__DATE__" "__TIME__, __LINE__)); Kern::Fault( "ISCE MemMgr:", b ); }
 #define ASSERT_THREAD_CONTEXT_ALWAYS( a )ASSERT_RESET_ALWAYS( NKern::CurrentContext() == NKern::EThread, a );