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

void Impala::Util::Channel::HandleInfo ( CString  msg  )  [inline, private]

Definition at line 649 of file Channel.h.

References Impala::Util::ChannelListener::HandleInfo(), ILOG_DEBUG, mFpInfo, and mListener.

Referenced by Close(), MaximizeSendRecvBuffer(), and Serve().

00650     {
00651         if (mListener)
00652             mListener->HandleInfo(msg);
00653         else if (mFpInfo)
00654             (mFpInfo)(msg);
00655         else
00656             ILOG_DEBUG(msg);
00657     }

Here is the call graph for this function:


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