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

static long OglGui::AlertTimeLine::UnitsToSeconds ( int  h,
int  m,
int  s 
) [inline, static]

Definition at line 169 of file AlertTimeLine.h.

00170     {
00171         return h * 3600 + m * 60 + s;
00172     }


Generated on Thu Jan 13 09:26:05 2011 for ImpalaSrc by  doxygen 1.5.1