Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

virtual Impala::Util::IOBufferFile::~IOBufferFile (  )  [inline, virtual]

Definition at line 71 of file IOBufferFile.h.

References Impala::Util::IOBuffer::CheckDataChannelWrite(), and mFile.

00072     {
00073         CheckDataChannelWrite();
00074         if (mFile)
00075         {
00076             fclose(mFile);
00077         }
00078     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:24:17 2011 for ImpalaSrc by  doxygen 1.5.1