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

void Impala::Util::Channel::HandleDisconnect ( int  port  )  [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:


Generated on Fri Mar 19 11:39:31 2010 for ImpalaSrc by  doxygen 1.5.1