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

virtual void Impala::Util::ChannelServer::UpdateStatusBuf (  )  [inline, protected, virtual]

Reimplemented in Impala::Application::DataServer.

Definition at line 280 of file ChannelServer.h.

References mStatusBuf, and SplitTime().

Referenced by HandleIdle().

00281     {
00282         double timeVal = SplitTime();
00283         std::ostrstream statusStream;
00284         statusStream << "timeVal = " << timeVal << std::ends;
00285         strcpy(mStatusBuf, statusStream.str());
00286         //SetStatusBuffer(statusStream.str());
00287         statusStream.freeze(false);
00288     }

Here is the call graph for this function:


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