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

StatsPacket* Impala::Application::Videolympics::ServerConnector::GetStats ( int  team  )  [inline]

Definition at line 109 of file ServerConnector.h.

References mStats.

Referenced by ParseStat(), and Impala::Application::Videolympics::VidolviWindow::ShowScores().

00110     {
00111         if(mStats.find(team) == mStats.end())
00112         {
00113             return 0;
00114         }
00115         return mStats[team];
00116     }


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