2005-10-13 14:50:09 +00:00
|
|
|
#ifndef __BA8500_H
|
|
|
|
#define __BA8500_H
|
|
|
|
|
2011-07-06 15:34:46 +00:00
|
|
|
#ifndef __APPLICAT_H
|
|
|
|
#include <applicat.h>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef __REPORT_H
|
|
|
|
#include <report.h>
|
|
|
|
#endif
|
|
|
|
|
2005-10-13 14:50:09 +00:00
|
|
|
class TKlarkKent_app : public TSkeleton_application
|
|
|
|
{
|
|
|
|
protected:
|
|
|
|
virtual TReport* create_report(const char* name) const;
|
|
|
|
virtual void main_loop();
|
|
|
|
};
|
|
|
|
|
|
|
|
#endif
|