- Timestamp:
- Feb 8, 2007 3:09:02 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl.cpp
r774 r782 3581 3581 { 3582 3582 LogFlowThisFunc (("Stopping VRDP server...\n")); 3583 3584 /* Leave the lock since EMT will call us back as addVMCaller in updateDisplayData(). */ 3585 alock.leave(); 3586 3583 3587 mConsoleVRDPServer->Stop(); 3588 3589 alock.enter(); 3584 3590 } 3585 3591
Note:
See TracChangeset
for help on using the changeset viewer.