campo-sirio/cg/cg1303.h
alex 16258dc547 Patch level : xx.502
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
1999-07-16 14:59:11 +00:00

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() { }
};