]> git.saurik.com Git - apple/xnu.git/blobdiff - iokit/IOKit/IOTimerEventSource.h
xnu-1699.22.73.tar.gz
[apple/xnu.git] / iokit / IOKit / IOTimerEventSource.h
index 7cc0d38c356d8ab1a97fa5d9e7313cd538910be7..bbbeaf964104664bf80f003369295b4d1802ed6b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1998-2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 1998-2000, 2009 Apple Inc. All rights reserved.
  *
  * @APPLE_OSREFERENCE_LICENSE_HEADER_START@
  * 
@@ -95,10 +95,6 @@ protected:
     @abstract Sub-class implementation of free method, frees calloutEntry */
     virtual void free();
 
-/*! @function checkForWork
-    @abstract Have to implement it is mandatory in $link IOEventSource, but IOTimerEventSources don't actually use this work-loop mechanism. */
-    virtual bool checkForWork();
-
     virtual void setWorkLoop(IOWorkLoop *workLoop);
 
 public: