Changeset 58277 in vbox
- Timestamp:
- Oct 15, 2015 9:36:59 PM (9 years ago)
- Location:
- trunk/src/VBox/HostDrivers
- Files:
-
- 2 edited
-
Support/darwin/SUPDrv-darwin.cpp (modified) (2 diffs)
-
VBoxUSB/darwin/VBoxUSB.cpp (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/darwin/SUPDrv-darwin.cpp
r58275 r58277 130 130 131 131 RTR0MEMEF_NEW_AND_DELETE_OPERATORS_IOKIT(); 132 133 private: 134 /** Guard against the parent class growing and us using outdated headers. */ 135 uint8_t m_abSafetyPadding[256]; 132 136 }; 133 137 … … 145 149 146 150 private: 151 /** Guard against the parent class growing and us using outdated headers. */ 152 uint8_t m_abSafetyPadding[256]; 153 147 154 PSUPDRVSESSION m_pSession; /**< The session. */ 148 155 task_t m_Task; /**< The client task. */ -
trunk/src/VBox/HostDrivers/VBoxUSB/darwin/VBoxUSB.cpp
r58276 r58277 113 113 virtual void free(); 114 114 /** @} */ 115 116 private: 117 /** Guard against the parent class growing and us using outdated headers. */ 118 uint8_t m_abSafetyPadding[256]; 115 119 }; 116 120 OSDefineMetaClassAndStructors(org_virtualbox_VBoxUSB, IOService); … … 149 153 150 154 private: 155 /** Guard against the parent class growing and us using outdated headers. */ 156 uint8_t m_abSafetyPadding[256]; 151 157 /** The service provider. */ 152 158 org_virtualbox_VBoxUSB *m_pProvider; … … 201 207 private: 202 208 /** Padding to guard against parent class expanding (see class remarks). */ 203 uint8_t m_ab Padding[256];209 uint8_t m_abSafetyPadding[256]; 204 210 /** The interface we're driving (aka. the provider). */ 205 211 IOUSBDevice *m_pDevice; … … 263 269 264 270 private: 271 /** Padding to guard against parent class expanding (see class remarks). */ 272 uint8_t m_abSafetyPadding[256]; 265 273 /** The interface we're driving (aka. the provider). */ 266 274 IOUSBInterface *m_pInterface;
Note:
See TracChangeset
for help on using the changeset viewer.

