summaryrefslogtreecommitdiff
path: root/wait.h
diff options
context:
space:
mode:
Diffstat (limited to 'wait.h')
-rw-r--r--wait.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/wait.h b/wait.h
index 4619398..c143522 100644
--- a/wait.h
+++ b/wait.h
@@ -29,6 +29,8 @@ public:
Err(const std::string& s) : Exception(IO_ERROR, s) {}
};
+ static unsigned int MaxWaitObjects();
+
WaitObjectContainer();
void Clear();