Changeset 58276 in vbox for trunk/src/VBox/HostDrivers/VBoxUSB
- Timestamp:
- Oct 15, 2015 9:30:30 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 103467
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxUSB/darwin/VBoxUSB.cpp
r57972 r58276 101 101 102 102 public: 103 RTR0MEMEF_NEW_AND_DELETE_OPERATORS_IOKIT(); 104 103 105 /** @name IOService 104 106 * @{ */ … … 123 125 124 126 public: 127 RTR0MEMEF_NEW_AND_DELETE_OPERATORS_IOKIT(); 128 125 129 /** @name IOService & IOUserClient 126 130 * @{ */ … … 181 185 182 186 public: 187 RTR0MEMEF_NEW_AND_DELETE_OPERATORS_IOKIT(); 188 183 189 /** @name IOService 184 190 * @{ */ … … 243 249 244 250 public: 251 RTR0MEMEF_NEW_AND_DELETE_OPERATORS_IOKIT(); 252 245 253 /** @name IOService 246 254 * @{ */
Note:
See TracChangeset
for help on using the changeset viewer.