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

void Impala::Util::IOBuffer::CheckDataChannelWrite (  )  [inline, protected]

Definition at line 770 of file IOBuffer.h.

References mDataChannel, and WriteIOBufferToChannel().

Referenced by Impala::Util::IOBufferFile::~IOBufferFile().

00771     {
00772         if (mDataChannel != 0)
00773         {
00774             WriteIOBufferToChannel();
00775             mDataChannel = 0;
00776         }
00777     }

Here is the call graph for this function:


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