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:
|