Eliminati i Mutlirec dalla lib di mag
git-svn-id: svn://10.65.10.50/trunk@4569 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
ac722d2656
commit
c1c9ecc6df
@ -5,6 +5,7 @@
|
|||||||
// ***
|
// ***
|
||||||
//*****
|
//*****
|
||||||
#include "mglib.h"
|
#include "mglib.h"
|
||||||
|
/*
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -226,11 +227,11 @@ TMultiple_rectype::TMultiple_rectype(const TMultiple_rectype& r)
|
|||||||
_nfiles=r._nfiles; // file delle righe
|
_nfiles=r._nfiles; // file delle righe
|
||||||
_numfields=r._numfields;
|
_numfields=r._numfields;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
// THead_lines_record
|
// THead_lines_record
|
||||||
// metodi protected
|
// metodi protected
|
||||||
|
/*
|
||||||
void THead_lines_record::renum_key(const char * kfield,const char * val)
|
void THead_lines_record::renum_key(const char * kfield,const char * val)
|
||||||
{
|
{
|
||||||
TRectype::renum_key(kfield, val); // Aggiorna testata
|
TRectype::renum_key(kfield, val); // Aggiorna testata
|
||||||
@ -417,7 +418,6 @@ int THead_lines_record::readat(TBaseisamfile& f, TRecnotype nrec, word lockop)
|
|||||||
}
|
}
|
||||||
return err;
|
return err;
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
int THead_lines_record::write(TBaseisamfile& f) const
|
int THead_lines_record::write(TBaseisamfile& f) const
|
||||||
{
|
{
|
||||||
return write_rewrite(f,FALSE);
|
return write_rewrite(f,FALSE);
|
||||||
@ -483,6 +483,7 @@ int THead_lines_record::remove(TBaseisamfile& f) const
|
|||||||
err = TRectype::remove(f);
|
err = TRectype::remove(f);
|
||||||
return err;
|
return err;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
// ************************************************
|
// ************************************************
|
||||||
|
Loading…
x
Reference in New Issue
Block a user