Aggiunte le funzioni rewriteat.

git-svn-id: svn://10.65.10.50/trunk@46 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 1994-08-22 11:16:25 +00:00
parent 441344d49c
commit 94b43f2779

View File

@ -216,6 +216,8 @@ class TBaseisamfile : public TObject
virtual int write(const TRectype& rec, TDate& atdate = botime);
virtual int rewrite(TDate& atdate = botime);
virtual int rewrite(const TRectype& rec, TDate& atdate = botime);
virtual int rewriteat(TRecnotype nrec);
virtual int rewriteat(const TRectype& rec, TRecnotype nrec);
virtual int remove(TDate& atdate = botime);
virtual int remove(const TRectype& rec, TDate& atdate = botime);
virtual const char* name() const;