Add a static kType field to all objects
This commit is contained in:
@@ -21,6 +21,8 @@ class XThread;
|
||||
|
||||
class XTimer : public XObject {
|
||||
public:
|
||||
static const Type kType = kTypeTimer;
|
||||
|
||||
explicit XTimer(KernelState* kernel_state);
|
||||
~XTimer() override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user