Rif. mod 95/37. Aggiunto metodo extra_modules(), per restituire alla
applicazione, le autorizzazione supplementari di CGAUT. git-svn-id: svn://10.65.10.50/trunk@1879 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
888f4a884c
commit
32fbac862b
@ -4,7 +4,8 @@
|
|||||||
#include <strings.h>
|
#include <strings.h>
|
||||||
#include <stdtypes.h>
|
#include <stdtypes.h>
|
||||||
#include <tabutil.h>
|
#include <tabutil.h>
|
||||||
#include <utility.h>
|
#include <utility.h>
|
||||||
|
#include <modaut.h>
|
||||||
#include <prefix.h>
|
#include <prefix.h>
|
||||||
|
|
||||||
#include "batbpdb.h"
|
#include "batbpdb.h"
|
||||||
@ -17,6 +18,7 @@ private:
|
|||||||
|
|
||||||
public:
|
public:
|
||||||
bool user_create();
|
bool user_create();
|
||||||
|
const char * extra_modules() const { return format("%d",CGAUT); }
|
||||||
|
|
||||||
static bool giorno_handler(TMask_field& f, KEY k);
|
static bool giorno_handler(TMask_field& f, KEY k);
|
||||||
static bool mese_handler (TMask_field& f, KEY k);
|
static bool mese_handler (TMask_field& f, KEY k);
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
#include <stdtypes.h>
|
#include <stdtypes.h>
|
||||||
#include <tabutil.h>
|
#include <tabutil.h>
|
||||||
#include <utility.h>
|
#include <utility.h>
|
||||||
|
#include <modaut.h>
|
||||||
#include <prefix.h>
|
#include <prefix.h>
|
||||||
|
|
||||||
#include "ab0200.h"
|
#include "ab0200.h"
|
||||||
@ -38,6 +39,7 @@ public:
|
|||||||
static bool ContoSezBilOpp(TMask_field& f, KEY key);
|
static bool ContoSezBilOpp(TMask_field& f, KEY key);
|
||||||
static bool IndBil (TMask_field& f, KEY key);
|
static bool IndBil (TMask_field& f, KEY key);
|
||||||
static bool LivelloStrutt (TMask_field& f, KEY key);
|
static bool LivelloStrutt (TMask_field& f, KEY key);
|
||||||
|
const char * extra_modules() const { return format("%d",CGAUT); }
|
||||||
|
|
||||||
void ScriviContoSezOpp (const TString& codice, const TString& val);
|
void ScriviContoSezOpp (const TString& codice, const TString& val);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user