]> git.saurik.com Git - apple/xnu.git/blobdiff - iokit/Kernel/IOPMPowerStateQueue.h
xnu-3789.51.2.tar.gz
[apple/xnu.git] / iokit / Kernel / IOPMPowerStateQueue.h
index 2b34e768b034b503ec56fd7c1e80a0e162dbe3f2..bccf6f45f1df53e8f00064fa1fd82f34b3760ad9 100644 (file)
@@ -51,8 +51,8 @@ private:
     IOLock *        queueLock;
 
 protected:
-    virtual bool checkForWork( void );
-    virtual bool init( OSObject * owner, Action action );
+    virtual bool checkForWork( void ) APPLE_KEXT_OVERRIDE;
+    virtual bool init( OSObject * owner, Action action ) APPLE_KEXT_OVERRIDE;
 
 public:
     static IOPMPowerStateQueue * PMPowerStateQueue( OSObject * owner, Action action );