campo-sirio/cg/cg1303.h
nik 98ecd1aa2d Aggiunte procedure di servizio
git-svn-id: svn://10.65.10.50/trunk@1401 c028cbd2-c16b-5b4b-a496-9718f37d4682
1995-05-29 10:15:30 +00:00

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