campo-sirio/cg/cg1303.h
nik 4ca8e85e3b Corretta formattazione
git-svn-id: svn://10.65.10.50/trunk@1405 c028cbd2-c16b-5b4b-a496-9718f37d4682
1995-05-29 10:28:33 +00:00

29 lines
554 B
C++
Executable File

#include <applicat.h>
#include <mask.h>
#include <relation.h>
#include <tabutil.h>
#include <utility.h>
#include <progind.h>
#include <urldefid.h>
#include <config.h>
class TAgg_nprot : public TApplication
{
TTable* _tabreg;
TString16 _reg;
int _anno;
long _prot;
protected:
static bool filtra_mov(const TRelation*);
public:
virtual bool create();
virtual bool destroy();
virtual bool menu(MENU_TAG m);
int rinumera_prot();
TAgg_nprot() : _reg("") {};
virtual ~TAgg_nprot() {};
};