From 11bf45f50739afb923829b3cc32efb9c8c009613 Mon Sep 17 00:00:00 2001 From: Pixel Date: Sat, 17 Aug 2002 01:48:34 +0000 Subject: Working with Baltisot now.... --- includes/Output.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'includes/Output.h') diff --git a/includes/Output.h b/includes/Output.h index b7c8fb8..bce4160 100644 --- a/includes/Output.h +++ b/includes/Output.h @@ -9,14 +9,13 @@ class Output : public Handle { public: - Output(String = "", int trunc = 1) throw (GeneralException); + Output(String = "", int create = 1, int trunc = 1) throw (GeneralException); Output(const Output &); virtual ~Output() {} virtual bool CanWrite(); virtual bool CanRead(); virtual bool CanSeek(); virtual off_t seek(off_t, int) throw (GeneralException); - virtual off_t tell(); virtual String GetName(); protected: -- cgit v1.2.3