Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 10:55:15 2010 for ImpalaSrc by  doxygen 1.5.1