16258dc547
Files correlati : Ricompilazione Demo : [ ] Commento : Riportata la versione 10.05 patch 502 git-svn-id: svn://10.65.10.50/trunk@8388 c028cbd2-c16b-5b4b-a496-9718f37d4682
19 lines
366 B
C++
Executable File
19 lines
366 B
C++
Executable File
#include <applicat.h>
|
|
|
|
class TAgg_nprot : public TSkeleton_application
|
|
{
|
|
int _anno;
|
|
TString16 _reg;
|
|
|
|
protected:
|
|
virtual void main_loop();
|
|
|
|
public:
|
|
int anno() const { return _anno; }
|
|
const TString& reg() const { return _reg; }
|
|
|
|
bool rinumera_prot(char mode, long last_prot);
|
|
|
|
TAgg_nprot() { }
|
|
virtual ~TAgg_nprot() { }
|
|
};
|