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

void Impala::Util::Channel::HandleDisconnect ( int  port  )  [inline, private]

Definition at line 793 of file Channel.h.

References Impala::Util::ChannelListener::HandleDisconnect(), and mListener.

Referenced by Close(), and Serve().

00794     {
00795         if (mListener)
00796             mListener->HandleDisconnect(port);
00797     }

Here is the call graph for this function:


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