From faa307df73ef6f84456d43afc97e3f4378c26735 Mon Sep 17 00:00:00 2001 From: angelo Date: Tue, 29 Aug 1995 10:28:38 +0000 Subject: [PATCH] Modifica 95/17. Aggiunto metodo TIsamtempfile::set_autodel(). git-svn-id: svn://10.65.10.50/trunk@1746 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- include/isam.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/isam.h b/include/isam.h index 95673b18c..f172cf087 100755 --- a/include/isam.h +++ b/include/isam.h @@ -408,7 +408,8 @@ protected: int open(const char* radix, bool create, TRecnotype eod, TRecnotype eox); int close(); -public: +public: + void set_autodel(bool val=TRUE) {_autodel = val;} TIsamtempfile(int logicnum, const char* radix, bool create); virtual ~TIsamtempfile(); };