00001 #ifndef art_Framework_IO_detail_logFileAction_h
00002 #define art_Framework_IO_detail_logFileAction_h
00003
00004 #include <string>
00005
00006 namespace art {
00007 namespace detail {
00008 void logFileAction(const char* msg, std::string const& file);
00009 }
00010 }
00011
00012 #endif
00013
00014
00015
00016