VirtualBox

Changeset 23945 in vbox


Ignore:
Timestamp:
Oct 21, 2009 4:58:31 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
53763
Message:

API/Machine: more parameter checks

File:
1 edited

Legend:

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

    r23931 r23945  
    20492049                                   IN_BSTR aId)
    20502050{
    2051     LogFlowThisFunc(("aControllerName=\"%ls\" aControllerPort=%d aDevice=%d\n",
    2052                      aControllerName, aControllerPort, aDevice));
     2051    LogFlowThisFunc(("aControllerName=\"%ls\" aControllerPort=%d aDevice=%d aType=%d aId=\"%ls\"\n",
     2052                     aControllerName, aControllerPort, aDevice, aType, aId));
     2053
     2054    CheckComArgNotNull(aControllerName);
     2055    CheckComArgNotNull(aId);
    20532056
    20542057    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