This commit is contained in:
Ben Vanik
2014-01-07 18:32:55 -08:00
parent 40ca0bcb76
commit 5019f350f8
7 changed files with 169 additions and 1 deletions

View File

@@ -37,6 +37,7 @@ public:
kTypeFile,
kTypeSemaphore,
kTypeNotifyListener,
kTypeMutant,
};
XObject(KernelState* kernel_state, Type type);