VirtualBox

Changeset 48408 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
Sep 10, 2013 1:10:53 PM (11 years ago)
Author:
vboxsync
Message:

Main,VBoxManage: Implemented IConsole::EmulatedUSB. Removed IMachine::emulatedUSBWebcameraEnabled (build fix, warnings).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/EmulatedUSBImpl.cpp

    r48406 r48408  
    224224HRESULT EmulatedUSB::init(ComObjPtr<Console> pConsole)
    225225{
    226     LogFlowThisFunc(("pConsole=%p\n", pConsole));
     226    LogFlowThisFunc(("\n"));
    227227
    228228    ComAssertRet(!pConsole.isNull(), E_INVALIDARG);
     
    254254    while (it != m.webcams.end())
    255255    {
     256        WebcamsMap::iterator itNext = ++it;
    256257        EUSBWEBCAM *p = it->second;
    257         it = m.webcams.erase(it);
     258        m.webcams.erase(it);
    258259        p->Release();
     260        it = itNext;
    259261    }
    260262    alock.release();
Note: See TracChangeset for help on using the changeset viewer.

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