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

Impala::Application::Videolympics::ServerConnector::ServerConnector ( std::string  server,
int  port,
std::string  password 
) [inline]

Definition at line 69 of file ServerConnector.h.

References mConnected, mGlobalStats, mSecretPassword, mVidolPort, and mVidolServer.

00070     {
00071         mVidolServer =    server;
00072         mVidolPort =      port;
00073         mSecretPassword = password + "\n";
00074         mConnected = false;
00075 
00076         mGlobalStats = new GlobalStats();
00077     }


Generated on Thu Jan 13 09:16:54 2011 for ImpalaSrc by  doxygen 1.5.1