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

Password:

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

OADM_OFF.H

Go to the documentation of this file.
00001 //Filename    : OADM_OFF.H
00002 //Description : AdmOffice Class Declaration
00003 
00004 #ifndef __OADM_OFF_H
00005 #define __OADM_OFF_H
00006 
00007 //----------- Define class AdmOffice --------------//
00008 //
00010 class AdmOffice {
00011 public:
00012     char current_mode;
00013     char sub_current_mode;
00014 
00015     AdmOffice();
00016     ~AdmOffice();
00017     void init();
00018     void deinit();
00019     void report(int);
00020     int detect();
00021     int detect2();
00022 };
00023 
00024 extern AdmOffice adm_office;
00025 
00026 //-------------------------------------------------//
00027 #endif

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