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

Password:

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

OBANKRUP.H

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

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