X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/8f6c56a50524aa785f7e596d52dddfb331e18961..7e41aa883dd258f888d0470250eead40a53ef1f5:/iokit/IOKit/platform/ApplePlatformExpert.h diff --git a/iokit/IOKit/platform/ApplePlatformExpert.h b/iokit/IOKit/platform/ApplePlatformExpert.h index 59728d23d..0f75950d3 100644 --- a/iokit/IOKit/platform/ApplePlatformExpert.h +++ b/iokit/IOKit/platform/ApplePlatformExpert.h @@ -69,17 +69,17 @@ private: ExpansionData *reserved; public: - virtual bool start( IOService * provider ); - virtual bool configure( IOService * provider ); - virtual const char * deleteList( void ); - virtual const char * excludeList( void ); + virtual bool start( IOService * provider ) APPLE_KEXT_OVERRIDE; + virtual bool configure( IOService * provider ) APPLE_KEXT_OVERRIDE; + virtual const char * deleteList( void ) APPLE_KEXT_OVERRIDE; + virtual const char * excludeList( void ) APPLE_KEXT_OVERRIDE; - virtual void registerNVRAMController( IONVRAMController * nvram ); + virtual void registerNVRAMController( IONVRAMController * nvram ) APPLE_KEXT_OVERRIDE; - virtual long getGMTTimeOfDay(void); - virtual void setGMTTimeOfDay(long secs); + virtual long getGMTTimeOfDay(void) APPLE_KEXT_OVERRIDE; + virtual void setGMTTimeOfDay(long secs) APPLE_KEXT_OVERRIDE; - virtual bool getMachineName(char *name, int maxLength); + virtual bool getMachineName(char *name, int maxLength) APPLE_KEXT_OVERRIDE; OSMetaClassDeclareReservedUnused(ApplePlatformExpert, 0); OSMetaClassDeclareReservedUnused(ApplePlatformExpert, 1);