From 4df2eff7ec113fb29096a3dea5a73b1926d7ff33 Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 9 Oct 1996 11:03:22 +0000 Subject: [PATCH] flower-1.0.1 --- flower/textdb.hh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/flower/textdb.hh b/flower/textdb.hh index 8f906b8626..bea0c4521e 100644 --- a/flower/textdb.hh +++ b/flower/textdb.hh @@ -31,14 +31,15 @@ public: /// abstraction for a datafile class Text_db : private Data_file { - public: + void gobble_leading_white(); +public: /// get a line with records Text_record get_record(); Text_db(String fn):Data_file(fn) { } Data_file::error; - Data_file::eof; - + bool eof(); + /// get next line. Text_record operator++(int) { return get_record(); -- 2.39.5