1995-05-29 10:28:33 +00:00
|
|
|
#include <applicat.h>
|
|
|
|
|
1999-07-16 14:59:11 +00:00
|
|
|
class TAgg_nprot : public TSkeleton_application
|
1995-05-29 10:28:33 +00:00
|
|
|
{
|
2015-03-31 06:04:40 +00:00
|
|
|
TString4 _reg;
|
|
|
|
int _anno;
|
|
|
|
|
|
|
|
protected:
|
|
|
|
bool rinumera_prot(char mode, long last_prot);
|
1995-05-29 10:28:33 +00:00
|
|
|
|
2003-03-14 15:13:36 +00:00
|
|
|
public:
|
1999-07-16 14:59:11 +00:00
|
|
|
int anno() const { return _anno; }
|
|
|
|
const TString& reg() const { return _reg; }
|
2015-03-31 06:04:40 +00:00
|
|
|
virtual void main_loop();
|
2004-03-16 20:48:53 +00:00
|
|
|
};
|