From c1c9ecc6df38d1903cdb78c86fa3460ffde132aa Mon Sep 17 00:00:00 2001 From: augusto Date: Mon, 9 Jun 1997 15:29:18 +0000 Subject: [PATCH] Eliminati i Mutlirec dalla lib di mag git-svn-id: svn://10.65.10.50/trunk@4569 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- mg/mglib06.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/mg/mglib06.cpp b/mg/mglib06.cpp index 1b306b059..63ac94e42 100755 --- a/mg/mglib06.cpp +++ b/mg/mglib06.cpp @@ -5,6 +5,7 @@ // *** //***** #include "mglib.h" +/* @@ -226,11 +227,11 @@ TMultiple_rectype::TMultiple_rectype(const TMultiple_rectype& r) _nfiles=r._nfiles; // file delle righe _numfields=r._numfields; } - +*/ // THead_lines_record // metodi protected - +/* void THead_lines_record::renum_key(const char * kfield,const char * val) { TRectype::renum_key(kfield, val); // Aggiorna testata @@ -417,7 +418,6 @@ int THead_lines_record::readat(TBaseisamfile& f, TRecnotype nrec, word lockop) } return err; } -*/ int THead_lines_record::write(TBaseisamfile& f) const { return write_rewrite(f,FALSE); @@ -483,6 +483,7 @@ int THead_lines_record::remove(TBaseisamfile& f) const err = TRectype::remove(f); return err; } +*/ // ************************************************