summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorpixel <pixel>2003-11-25 01:55:45 +0000
committerpixel <pixel>2003-11-25 01:55:45 +0000
commit998c8772510563a4bdf3019b188082c58b6afa0a (patch)
tree0961d7076814c4ce9ff737470480b52b18b6dd36 /include
parent175e543d6032ecb249de97eccaba4065840250e7 (diff)
Blaah
Diffstat (limited to 'include')
-rw-r--r--include/Handle.h2
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;