Changeset 46609 in vbox
- Timestamp:
- Jun 18, 2013 7:32:25 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/VRDEServerImpl.cpp
r46600 r46609 37 37 #include "Global.h" 38 38 #include "Logging.h" 39 #include <iprt/stream.h>40 39 41 40 // defines … … 264 263 if (FAILED(autoCaller.rc())) return autoCaller.rc(); 265 264 266 RTPrintf("here1a\n");267 265 /* the machine can also be in saved state for this property to change */ 268 266 AutoMutableOrSavedStateDependency adep(mParent); 269 267 if (FAILED(adep.rc())) return adep.rc(); 270 RTPrintf("here1b\n");271 268 272 269 AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS); … … 290 287 291 288 rc = mParent->onVRDEServerChange(/* aRestart */ TRUE); 292 RTPrintf("rc = %Rrc\n", rc);293 289 } 294 290
Note:
See TracChangeset
for help on using the changeset viewer.