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: ![]()
|