core/vul/vul_whereami.h
Go to the documentation of this file.
00001 // This is core/vul/vul_whereami.h
00002 #ifndef vul_whereami_h_
00003 #define vul_whereami_h_
00004 
00005 //:
00006 // \file
00007 // \author fsm
00008 
00009 #include <vcl_iostream.h>
00010 
00011 #define vul_whereami (vcl_cerr << __FILE__ ", line " << __LINE__ << " : ")
00012 
00013 #endif // vul_whereami_h_