Changeset 25893 in vbox for trunk/src/VBox/Devices/Storage/DrvMediaISO.cpp
- Timestamp:
- Jan 18, 2010 2:08:39 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 56705
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DrvMediaISO.cpp
r22277 r25893 319 319 /* szDriverName */ 320 320 "MediaISO", 321 /* szRCMod */ 322 "", 323 /* szR0Mod */ 324 "", 321 325 /* pszDescription */ 322 326 "ISO media access driver.", … … 333 337 /* pfnDestruct */ 334 338 drvMediaISODestruct, 339 /* pfnRelocate */ 340 NULL, 335 341 /* pfnIOCtl */ 336 342 NULL, … … 346 352 NULL, 347 353 /* pfnDetach */ 348 NULL, 354 NULL, 349 355 /* pfnPowerOff */ 350 NULL, 356 NULL, 351 357 /* pfnSoftReset */ 352 358 NULL,
Note:
See TracChangeset
for help on using the changeset viewer.