diff options
author | pixel <pixel> | 2003-11-25 01:55:45 +0000 |
---|---|---|
committer | pixel <pixel> | 2003-11-25 01:55:45 +0000 |
commit | 998c8772510563a4bdf3019b188082c58b6afa0a (patch) | |
tree | 0961d7076814c4ce9ff737470480b52b18b6dd36 /include | |
parent | 175e543d6032ecb249de97eccaba4065840250e7 (diff) |
Blaah
Diffstat (limited to 'include')
-rw-r--r-- | include/Handle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Handle.h b/include/Handle.h index 938c594..64e082b 100644 --- a/include/Handle.h +++ b/include/Handle.h @@ -41,7 +41,7 @@ class Handle : public Base { virtual void SetZ(int = 9) throw (GeneralException); virtual void Flush(); - void * mmap(off_t = 0, size_t = -1); + void * mmap(off_t = 0, size_t = -1) throw (GeneralException); protected: Handle(int h); int GetHandle() const; |