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

Password:

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

OMORERPT.H

Go to the documentation of this file.
00001 //Filename    : OMORERPT.H
00002 //Description : More report Class Declaration
00003 //Owner           : Kevin(ho)
00004 
00005 #ifndef __OMORERPT_H
00006 #define __OMORERPT_H
00007 
00008 //----------- Define class Development --------------//
00009 //
00014 class MoreReport {
00015 public:
00016     MoreReport();
00017     ~MoreReport();
00018     void init();
00019     void deinit();
00020     void more_report_report(int);
00021     int more_report_detect();
00022 };
00023 
00024 extern MoreReport more_report;
00025 
00026 //-------------------------------------------------//
00027 #endif

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