summaryrefslogtreecommitdiff
path: root/wait.h
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2003-03-25 02:11:53 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2003-03-25 02:11:53 +0000
commit79694912becd37f5f0077464350f3db55dd2ca7c (patch)
treec0941e611df79f42cd10632c1cd2fd4dc2895078 /wait.h
parentd1302bdf601282b27a681b121b2663841db92353 (diff)
downloadcryptopp-79694912becd37f5f0077464350f3db55dd2ca7c.tar.gz
minor changes
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@53 57ff6487-cd31-0410-9ec3-f628ee90f5f0
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();