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

Password:

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

OMISCREP.H

Go to the documentation of this file.
00001 //Filename    : OMISCREP.H
00002 //Description : misc report Class Declaration
00003 //Owner           : Fred
00004 
00005 #ifndef __OMISCREP_H
00006 #define __OMISCREP_H
00007 
00008 //----------- Define class MiscReport --------------//
00009 //
00012 class MiscReport {
00013 public:
00014     MiscReport();
00015     ~MiscReport();
00016     void award_init();
00017     void award_deinit();
00018 
00019     void award_report(int);
00020     int award_detect();
00021     int award_detect2();
00022 
00023     int page_num;
00024 };
00025 
00026 extern MiscReport misc_report;
00027 
00028 //-------------------------------------------------//
00029 #endif

Generated on Fri Aug 23 01:38:06 2002 for VirtualU by doxygen1.2.17