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

Impala::Application::Videolympics::GlobalStats::GlobalStats (  )  [inline]

Definition at line 34 of file ServerConnector.h.

References connected, contestActive, negative, positive, timeSinceStart, totalRelevantShots, and unjudged.

00035     {
00036         unjudged = positive = negative = 0;
00037         timeSinceStart = 0.0;
00038         contestActive = 0;
00039         totalRelevantShots = 0;
00040         connected = false;
00041     }


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