git-svn-id: svn://10.65.10.50/branches/R_10_00@23126 c028cbd2-c16b-5b4b-a496-9718f37d4682

This commit is contained in:
guy 2015-07-10 14:56:48 +00:00
parent f8c1ec663e
commit 805d9691eb

View File

@ -22,12 +22,10 @@ protected:
static bool codcapo_handler(TMask_field& f, KEY k);
static bool seqalt_handler(TMask_field& f, KEY k);
static bool codalt_handler(TMask_field& f, KEY k);
public:
// @cmember Disabilita la verifica del modulo in chiave
virtual bool check_autorization() const
{return FALSE;}
TGestione_agenti_app() {};
~TGestione_agenti_app() {};
virtual bool check_autorization() const { return false; }
};
static inline TGestione_agenti_app& app() { return (TGestione_agenti_app&) main_app(); }