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

virtual void Impala::Util::ChannelServer::Start ( bool  doIdle  )  [inline, virtual]

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:


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