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:
|