core/vul/vul_trace.cxx
Go to the documentation of this file.
00001 // This is core/vul/vul_trace.cxx
00002 #ifdef VCL_NEEDS_PRAGMA_INTERFACE
00003 #pragma implementation
00004 #endif
00005 #include "vul_trace.h"
00006 #include <vcl_iostream.h>
00007 
00008 void vul_trace_function(char const *file, int line)
00009 {
00010   vcl_cerr << "[vul_trace " << file << ':' << line << ']' << vcl_flush;
00011 }