Definition at line 108 of file ChannelServer.h. References mChannel, mFirstPort, mNrOfPorts, mRunning, mTimer, Impala::Util::Channel::Serve(), and Impala::Timer::Start(). Referenced by Impala::Application::mainFileServer(), Impala::Application::IDash::mainIDashServer(), and Impala::Application::mainServer(). 00109 { 00110 mChannel = new Channel(mFirstPort, mNrOfPorts, this); 00111 mRunning = true; 00112 mTimer.Start(); 00113 mChannel->Serve(doIdle); 00114 //Stop(); // SK: yet to be elaborated 00115 }
Here is the call graph for this function:
|