Files correlati : cg1.exe cg3.exe Ricompilazione Demo : [ ] Commento : Aggiunto supporto per le lingue a cg1.exe e cg3.exe git-svn-id: svn://10.65.10.50/trunk@10914 c028cbd2-c16b-5b4b-a496-9718f37d4682
17 lines
360 B
C++
Executable File
17 lines
360 B
C++
Executable File
#include <applicat.h>
|
|
|
|
class TAgg_nprot : public TSkeleton_application
|
|
{
|
|
TString16 _reg;
|
|
int _anno;
|
|
|
|
public:
|
|
virtual void main_loop();
|
|
int anno() const { return _anno; }
|
|
const TString& reg() const { return _reg; }
|
|
|
|
bool rinumera_prot(char mode, long last_prot);
|
|
|
|
TAgg_nprot() { }
|
|
virtual ~TAgg_nprot() { }
|
|
};
|