Changeset 21896 in vbox for trunk/src/VBox/Main/DVDDriveImpl.cpp
- Timestamp:
- Jul 30, 2009 3:05:50 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/DVDDriveImpl.cpp
r21878 r21896 480 480 rc = CaptureHostDrive (hostDrive); 481 481 CheckComRCReturnRC(rc); 482 } 483 else if (rc == VBOX_E_OBJECT_NOT_FOUND) 484 { 485 /* dvd drive mapping was not found anymore - can 486 happen when disabling/hiding the drive created by 487 a daemon tools-like program */ 488 ComAssertMsgFailedRet(("DVD drive %s does not exist!\n", src), E_FAIL); 482 489 } 483 490 else
Note:
See TracChangeset
for help on using the changeset viewer.