Corretta definizione della TEffetto::read(): aggiunto parametro
di lock git-svn-id: svn://10.65.10.50/trunk@4666 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
51abba1714
commit
e24422394a
@ -136,7 +136,7 @@ int TEffetto::read(TLocalisamfile& f, const TRectype& rec, word lockop)
|
||||
}
|
||||
|
||||
// legge l'effetto usando la chiave 4
|
||||
int TEffetto::read(TLocalisamfile& f, char tipodist, long ndist, int nrigadist)
|
||||
int TEffetto::read(TLocalisamfile& f, char tipodist, long ndist, int nrigadist, word lockop)
|
||||
{
|
||||
f.setkey(4);
|
||||
TRectype rec(LF_EFFETTI);
|
||||
|
@ -60,7 +60,7 @@ public:
|
||||
// legge il record passato, con chiave 1
|
||||
int read(TLocalisamfile& f, const TRectype& rec, word lockop = _nolock);
|
||||
// legge il record passato, con chiave 4
|
||||
int read(TLocalisamfile& f, char tipodist, long ndist, int nrigadist);
|
||||
int read(TLocalisamfile& f, char tipodist, long ndist, int nrigadist, word lockop = _nolock);
|
||||
// scrive l'effetto, sempre usando la chiave 1
|
||||
int write(TLocalisamfile& f, bool force = FALSE);
|
||||
// riscrive l'effetto
|
||||
|
Loading…
x
Reference in New Issue
Block a user