Changeset 40257 in vbox for trunk/src/VBox/Main/src-client/ConsoleImplTeleporter.cpp
- Timestamp:
- Feb 27, 2012 9:25:12 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 76471
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImplTeleporter.cpp
r40066 r40257 5 5 6 6 /* 7 * Copyright (C) 2010 Oracle Corporation7 * Copyright (C) 2010-2012 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 886 886 if (pState->mfSuspendedByUs) 887 887 { 888 autoLock. leave();888 autoLock.release(); 889 889 int rc = VMR3Resume(VMR3GetVM(pState->mpUVM)); 890 890 AssertLogRelMsgRC(rc, ("VMR3Resume -> %Rrc\n", rc)); 891 autoLock. enter();891 autoLock.acquire(); 892 892 } 893 893 } … … 901 901 } 902 902 } 903 autoLock. leave();903 autoLock.release(); 904 904 905 905 /*
Note:
See TracChangeset
for help on using the changeset viewer.