00001
00002
00003
00004
00005 #ifndef __OBANKRUP_H
00006 #define __OBANKRUP_H
00007
00008
00009
00011
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