Patch level :2.0 470
Files correlati : Ricompilazione Demo : [ ] Commento :eliminato metodo che non faceva assolutamente nulla ed era usato solo una volta da ba1100 git-svn-id: svn://10.65.10.50/trunk@11150 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
f3bc277af6
commit
025e76b88a
@ -1822,8 +1822,7 @@ int TSystemisamfile::build(TRecnotype eox, const TTrec& r)
|
||||
if (err != NOERR)
|
||||
err = get_error(err);
|
||||
setstatus(err);
|
||||
|
||||
#ifndef FOXPRO
|
||||
|
||||
if (err == NOERR && __autoload)
|
||||
{
|
||||
TFilename lf;
|
||||
@ -1831,7 +1830,7 @@ int TSystemisamfile::build(TRecnotype eox, const TTrec& r)
|
||||
if (fexist(lf))
|
||||
load(lf, '|', '\0', '\n', TRUE, TRUE);
|
||||
}
|
||||
#endif
|
||||
|
||||
}
|
||||
return err;
|
||||
}
|
||||
@ -1843,15 +1842,6 @@ int TSystemisamfile::build(TRecnotype eox)
|
||||
return build(eox,r);
|
||||
}
|
||||
|
||||
|
||||
int TSystemisamfile::extend(TRecnotype eox)
|
||||
|
||||
{
|
||||
int err = NOERR;
|
||||
return err;
|
||||
}
|
||||
|
||||
|
||||
long TSystemisamfile::size(TRecnotype eox)
|
||||
{
|
||||
return 51200L;
|
||||
@ -2297,6 +2287,7 @@ int TSystemisamfile::packindex(
|
||||
d.eod() = peod;
|
||||
d.put(num(), is_com ? _comdir : _nordir);
|
||||
}
|
||||
|
||||
setstatus(err);
|
||||
return err;
|
||||
}
|
||||
|
@ -580,8 +580,6 @@ public:
|
||||
int build(TRecnotype eox, const TTrec& r);
|
||||
// @cmember Costruisce un file isam di dimensione <p eox>.
|
||||
int build(TRecnotype eox);
|
||||
// @cmember Estende un file preesistente alla dimensione <p eox>
|
||||
int extend(TRecnotype eox);
|
||||
// @cmember Calcola lo spazio che il file occuperebbe se venisse esteso a <p eox>
|
||||
long size(TRecnotype eox);
|
||||
// @cmember Esegue la conversione del tracciato record del file
|
||||
|
Loading…
x
Reference in New Issue
Block a user