puri interventi cosmetici sull'indentazione
git-svn-id: svn://10.65.10.50/branches/R_10_00@22852 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
3048dced97
commit
7de3abed30
14
mg/mglib.h
14
mg/mglib.h
@ -744,7 +744,7 @@ public:
|
||||
void set_last_print(const TDate d) { put("D3",d); }
|
||||
|
||||
bool write(bool re) const ;
|
||||
bool rewrite() const {return write(true);}
|
||||
bool rewrite() const { return write(true); }
|
||||
int lock();
|
||||
int unlock();
|
||||
|
||||
@ -752,13 +752,13 @@ public:
|
||||
virtual ~TRegistro_std() {}
|
||||
};
|
||||
|
||||
const char * add_magcode(TString & codmagdep, const char * m);
|
||||
const char * add_depcode(TString & codmagdep, const char * d);
|
||||
const char * get_magcode(TString & codmagdep);
|
||||
const char * get_depcode(TString & codmagdep);
|
||||
const char* add_magcode(TString & codmagdep, const char* m);
|
||||
const char* add_depcode(TString & codmagdep, const char* d);
|
||||
const char* get_magcode(const TString & codmagdep);
|
||||
const char* get_depcode(const TString & codmagdep);
|
||||
bool riporta_ordinato();
|
||||
void update_clifogiac(TRectype & rec, const TRectype & oldrec);
|
||||
void reset_clifogiac(TRectype & rec, const TRectype & oldrec, bool closed);
|
||||
void update_clifogiac(TRectype& rec, const TRectype& oldrec);
|
||||
void reset_clifogiac(TRectype& rec, const TRectype& oldrec, bool closed);
|
||||
|
||||
#endif //__MGLIB_H
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user