diff options
author | pixel <pixel> | 2003-12-07 05:50:41 +0000 |
---|---|---|
committer | pixel <pixel> | 2003-12-07 05:50:41 +0000 |
commit | 4a3352a5fcb01666e91bc21cea2900637caf674c (patch) | |
tree | a6170ea2b5aafcfdfeba886b65562f32e6c2c800 /include | |
parent | 8978c2d4164c898565c4e154c29bca230a7ec9b4 (diff) |
Bugfixes....
Diffstat (limited to 'include')
-rw-r--r-- | include/Handle.h | 3 |
1 files changed, 2 insertions, 1 deletions
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); |