VirtualBox

Changeset 2656 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
May 16, 2007 7:45:00 AM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
21191
Message:

More logging

File:
1 edited

Legend:

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

    r2610 r2656  
    75107510                                                  BOOL *aMatched)
    75117511{
     7512    LogFlowThisFunc (("\n"));
     7513
    75127514    if (!aUSBDevice)
    75137515        return E_INVALIDARG;
     
    75297531                                               IUSBDevice **aHostDevice)
    75307532{
     7533    LogFlowThisFunc (("\n"));
     7534
    75317535    if (!aHostDevice)
    75327536        return E_POINTER;
     
    75447548STDMETHODIMP SessionMachine::ReleaseUSBDevice (INPTR GUIDPARAM aId)
    75457549{
     7550    LogFlowThisFunc (("\n"));
     7551
    75467552    AutoCaller autoCaller (this);
    75477553    AssertComRCReturn (autoCaller.rc(), autoCaller.rc());
     
    75557561STDMETHODIMP SessionMachine::AutoCaptureUSBDevices (IUSBDeviceCollection **aHostDevices)
    75567562{
     7563    LogFlowThisFunc (("\n"));
     7564
    75577565    AutoCaller autoCaller (this);
    75587566    AssertComRCReturn (autoCaller.rc(), autoCaller.rc());
     
    75667574STDMETHODIMP SessionMachine::ReleaseAllUSBDevices()
    75677575{
     7576    LogFlowThisFunc (("\n"));
     7577
    75687578    AutoCaller autoCaller (this);
    75697579    AssertComRCReturn (autoCaller.rc(), autoCaller.rc());
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