[inline, private]
Definition at line 774 of file Channel.h.
References Impala::Util::ChannelListener::HandleDisconnect(), and mListener.
Referenced by Close(), and Serve().
00775 { 00776 if (mListener) 00777 mListener->HandleDisconnect(port); 00778 }
Here is the call graph for this function: