Changeset 15714 in vbox for trunk/src/VBox/Main/FloppyDriveImpl.cpp
- Timestamp:
- Dec 22, 2008 12:46:17 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 41278
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/FloppyDriveImpl.cpp
r15334 r15714 253 253 { 254 254 Guid imageId = aImageId; 255 if (imageId.isEmpty()) 256 return E_INVALIDARG; 255 CheckComArgExpr(aImageId, !imageId.isEmpty()); 257 256 258 257 AutoCaller autoCaller (this);
Note:
See TracChangeset
for help on using the changeset viewer.