Virtual U.org
Get Personal Training on VU Today
    
Top shadow
 
 register/help
User Name:

Password:

OFINSCOR.H Source File
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

OFINSCOR.H

Go to the documentation of this file.
00001 //Filename    : OFINSCOR.H
00002 //Description : FinalScore report Class Declaration
00003 //Owner           : Kevin(ho)
00004 
00005 #ifndef __OFINSCOR_H
00006 #define __OFINSCOR_H
00007 
00008 //----------- Define class Development --------------//
00009 //
00011 class FinalScoreReport {
00012 public:
00013     FinalScoreReport();
00014     ~FinalScoreReport();
00015     void init();
00016     void deinit();
00017     void final_score_report(int);
00018     int final_score_detect();
00019 };
00020 
00021 extern FinalScoreReport final_score;
00022 
00023 //-------------------------------------------------//
00024 #endif

Generated on Fri Aug 23 01:37:40 2002 for VirtualU by doxygen1.2.17