#include "TVldContext.hxx"
#include <TSK_DBI_Log.hxx>
#include <MsgFormat.h>
Go to the source code of this file.
Definition at line 20 of file TVldContext.cxx.
00024 { 00025 if (os.good()) { 00026 if (os.tie()) os.tie()->flush(); // instead of opfx 00027 os << vldc.AsString(); 00028 } 00029 // instead of os.osfx() 00030 if (os.flags() & std::ios::unitbuf) os.flush(); 00031 return os; 00032 }