Session: Change to a WaitObject.

This commit is contained in:
bunnei 2015-01-18 20:40:53 -05:00
parent d2759c578e
commit 9e6ec3b6cd
3 changed files with 9 additions and 2 deletions

View file

@ -71,6 +71,7 @@ public:
*/
bool IsWaitable() const {
switch (GetHandleType()) {
case HandleType::Session:
case HandleType::Event:
case HandleType::Mutex:
case HandleType::Thread: