VirtualBox

Changeset 47470 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jul 30, 2013 10:14:53 AM (11 years ago)
Author:
vboxsync
Message:

Build fix.

Location:
trunk/src/VBox/Main/src-client
Files:
2 edited

Legend:

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

    r47469 r47470  
    833833            }
    834834
    835             itEventTypes = mWaitEvents.erase(itEventTypes);
     835            mWaitEvents.erase(itEventTypes);
     836            itEventTypes = mWaitEvents.begin();
    836837        }
    837838
  • trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp

    r47469 r47470  
    14391439        if (RT_SUCCESS(vrc))
    14401440        {
    1441             AutoReadLock alock(this COMMA_LOCKVAL_SRC_POS);
     1441            alock.acquire();
    14421442
    14431443            waitResult = waitFlagsToResultEx(fWaitFlags, processStatus,
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