]> git.saurik.com Git - apple/xnu.git/blobdiff - iokit/IOKit/IOCommandQueue.h
xnu-4570.1.46.tar.gz
[apple/xnu.git] / iokit / IOKit / IOCommandQueue.h
index 1dfc5270eb5bb460009496ccb9c0487410b8480b..124369d419ddb0b31e6bbeaac561d9937e8e09da 100644 (file)
@@ -59,9 +59,9 @@ protected:
     int producerIndex, consumerIndex;
     int size;
 
-    virtual void free();
+    virtual void free() APPLE_KEXT_OVERRIDE;
 
-    virtual bool checkForWork();
+    virtual bool checkForWork() APPLE_KEXT_OVERRIDE;
 
 public:
     static IOCommandQueue *commandQueue(OSObject *inOwner,