From 4a3352a5fcb01666e91bc21cea2900637caf674c Mon Sep 17 00:00:00 2001 From: pixel Date: Sun, 7 Dec 2003 05:50:41 +0000 Subject: Bugfixes.... --- include/Handle.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/Handle.h b/include/Handle.h index ebe488c..89eaba3 100644 --- a/include/Handle.h +++ b/include/Handle.h @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: Handle.h,v 1.31 2003-12-04 04:09:02 pixel Exp $ */ +/* $Id: Handle.h,v 1.32 2003-12-07 05:50:41 pixel Exp $ */ #ifndef __HANDLE_H__ #define __HANDLE_H__ @@ -57,6 +57,7 @@ class Handle : public Base { virtual time_t GetModif() const; void close() throw (GeneralException); int GetHandle(); + void * GetHFile(); virtual bool CanWatch() const; virtual int Dup() const throw (GeneralException); virtual void SetZ(int = 9) throw (GeneralException); -- cgit v1.2.3