Session: Change to a WaitObject.
This commit is contained in:
parent
d2759c578e
commit
9e6ec3b6cd
3 changed files with 9 additions and 2 deletions
|
@ -71,6 +71,7 @@ public:
|
|||
*/
|
||||
bool IsWaitable() const {
|
||||
switch (GetHandleType()) {
|
||||
case HandleType::Session:
|
||||
case HandleType::Event:
|
||||
case HandleType::Mutex:
|
||||
case HandleType::Thread:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue