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

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

Definition at line 559 of file IOBuffer.h.

References mDataChannel, and WriteIOBufferToChannel().

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

00560     {
00561         if (mDataChannel != 0)
00562         {
00563             WriteIOBufferToChannel();
00564             mDataChannel = 0;
00565         }
00566     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:40:21 2010 for ImpalaSrc by  doxygen 1.5.1