Changeset 58275 in vbox for trunk/src/VBox/HostDrivers/Support/darwin
- Timestamp:
- Oct 15, 2015 9:23:01 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 103466
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/darwin/SUPDrv-darwin.cpp
r57959 r58275 128 128 virtual IOService *probe(IOService *pProvider, SInt32 *pi32Score); 129 129 virtual bool terminate(IOOptionBits fOptions); 130 131 RTR0MEMEF_NEW_AND_DELETE_OPERATORS_IOKIT(); 130 132 }; 131 133 … … 156 158 virtual bool finalize(IOOptionBits fOptions); 157 159 virtual void stop(IOService *pProvider); 160 161 RTR0MEMEF_NEW_AND_DELETE_OPERATORS_IOKIT(); 158 162 }; 159 163
Note:
See TracChangeset
for help on using the changeset viewer.