Stubbed out enumeration.

This commit is contained in:
Ben Vanik
2014-08-02 21:37:11 -07:00
parent f04c7b8661
commit 19149bbba6
8 changed files with 202 additions and 1 deletions

View File

@@ -41,6 +41,7 @@ public:
kTypeNotifyListener,
kTypeMutant,
kTypeTimer,
kTypeEnumerator,
};
XObject(KernelState* kernel_state, Type type);