Patch level : 12.0 nopatch
Files correlati : Commento: Modificata get_mask in _get_mask
This commit is contained in:
parent
7ccdded78c
commit
59cb31e5bf
BIN
src/in/Istruzioni INTRA 13_Intra_13 istruzioni.pdf
Normal file
BIN
src/in/Istruzioni INTRA 13_Intra_13 istruzioni.pdf
Normal file
Binary file not shown.
BIN
src/in/Provvedimento del 25 agosto 2015 intra_intra_12_istr.pdf
Normal file
BIN
src/in/Provvedimento del 25 agosto 2015 intra_intra_12_istr.pdf
Normal file
Binary file not shown.
@ -89,7 +89,7 @@ void TStampa_INTRA::main_loop()
|
|||||||
}
|
}
|
||||||
while(m.run() == K_ENTER)
|
while(m.run() == K_ENTER)
|
||||||
{
|
{
|
||||||
TProgramReport report;
|
TProgram_report report;
|
||||||
TReport_book book;
|
TReport_book book;
|
||||||
|
|
||||||
report.load(repname);
|
report.load(repname);
|
||||||
|
@ -52,7 +52,7 @@ class TImmissione_intra : public TRelation_application
|
|||||||
protected:
|
protected:
|
||||||
virtual bool user_create();
|
virtual bool user_create();
|
||||||
virtual TRelation* get_relation() const { return _rel; }
|
virtual TRelation* get_relation() const { return _rel; }
|
||||||
virtual TMask* get_mask(int) { return _msk; }
|
virtual TMask* _get_mask(int) { return _msk; }
|
||||||
virtual bool changing_mask(int mode) { return FALSE; }
|
virtual bool changing_mask(int mode) { return FALSE; }
|
||||||
virtual bool user_destroy();
|
virtual bool user_destroy();
|
||||||
virtual bool protected_record(TRectype & rec);
|
virtual bool protected_record(TRectype & rec);
|
||||||
|
@ -152,7 +152,7 @@ class TRiepiloghi_intra : public TRelation_application
|
|||||||
protected:
|
protected:
|
||||||
virtual bool user_create();
|
virtual bool user_create();
|
||||||
virtual TRelation* get_relation() const { return _rel; }
|
virtual TRelation* get_relation() const { return _rel; }
|
||||||
virtual TMask* get_mask(int) { return _msk; }
|
virtual TMask* _get_mask(int) { return _msk; }
|
||||||
virtual int write(const TMask& m);
|
virtual int write(const TMask& m);
|
||||||
virtual bool changing_mask(int mode) { return FALSE; }
|
virtual bool changing_mask(int mode) { return FALSE; }
|
||||||
virtual bool user_destroy();
|
virtual bool user_destroy();
|
||||||
|
@ -148,7 +148,7 @@ class TRettifiche_intra : public TRelation_application
|
|||||||
protected:
|
protected:
|
||||||
virtual bool user_create();
|
virtual bool user_create();
|
||||||
virtual TRelation* get_relation() const { return _rel; }
|
virtual TRelation* get_relation() const { return _rel; }
|
||||||
virtual TMask* get_mask(int) { return _msk; }
|
virtual TMask* _get_mask(int) { return _msk; }
|
||||||
virtual bool changing_mask(int mode) { return FALSE; }
|
virtual bool changing_mask(int mode) { return FALSE; }
|
||||||
virtual bool user_destroy();
|
virtual bool user_destroy();
|
||||||
virtual bool get_next_key(TToken_string& k);
|
virtual bool get_next_key(TToken_string& k);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user