From 7de3abed30b40d725ce96c187ad650641bbd63d9 Mon Sep 17 00:00:00 2001 From: guy Date: Mon, 6 May 2013 08:53:56 +0000 Subject: [PATCH] puri interventi cosmetici sull'indentazione git-svn-id: svn://10.65.10.50/branches/R_10_00@22852 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- mg/mglib.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/mg/mglib.h b/mg/mglib.h index 905cae77a..c00aa3834 100755 --- a/mg/mglib.h +++ b/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