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