VirtualBox

Ignore:
Timestamp:
Dec 22, 2008 12:46:17 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
41278
Message:

#3285: Improve error handling API to include unique error numbers
Document

  • IFloppyDrive::mountImage
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/FloppyDriveImpl.cpp

    r15334 r15714  
    253253{
    254254    Guid imageId = aImageId;
    255     if (imageId.isEmpty())
    256         return E_INVALIDARG;
     255    CheckComArgExpr(aImageId, !imageId.isEmpty());
    257256
    258257    AutoCaller autoCaller (this);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette