TVldContext.cxx File Reference

#include "TVldContext.hxx"
#include <TSK_DBI_Log.hxx>
#include <MsgFormat.h>
Include dependency graph for TVldContext.cxx:

Go to the source code of this file.

Functions

 ClassImp (TVldContext) std

Function Documentation

ClassImp ( TVldContext   ) 

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 }


Generated on 11 Aug 2013 for SKDatabase by  doxygen 1.6.1