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

Impala::Application::Videolympics::VideolympicsClient::VideolympicsClient ( std::string  server,
int  port,
int  teamnr 
) [inline]

Definition at line 19 of file VideolympicsClient.h.

References ILOG_DEBUG, mVidolPort, mVidolServer, and mVidolTeamNo.

00020     {
00021         mVidolServer =    server;
00022         mVidolPort =      port;
00023         mVidolTeamNo = teamnr;
00024         ILOG_DEBUG("VideOlypicsClient configured for " << server << ":" << port << ". We are team " << teamnr);
00025     }


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