Changeset 56552 in vbox
- Timestamp:
- Jun 19, 2015 9:34:18 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl.cpp
r56551 r56552 496 496 rc = mGuest->init(this); 497 497 AssertComRCReturnRC(rc); 498 498 499 499 ULONG cCpus = 1; 500 500 rc = mMachine->COMGETTER(CPUCount)(&cCpus); … … 1105 1105 guestJudgement = AuthGuestNotReacted; 1106 1106 1107 / / @todo r=dj locking required here for m_pVMMDev?1107 /** @todo r=dj locking required here for m_pVMMDev? */ 1108 1108 PPDMIVMMDEVPORT pDevPort; 1109 1109 if ( (m_pVMMDev) … … 1255 1255 } 1256 1256 1257 / / @todo r=dj locking required here for m_pVMMDev?1257 /** @todo r=dj locking required here for m_pVMMDev? */ 1258 1258 if ( fProvideGuestCredentials 1259 1259 && m_pVMMDev) … … 1330 1330 pPort->pfnVRDPChange(pPort, 1331 1331 true, 1332 VRDP_EXPERIENCE_LEVEL_FULL); / / @todo configurable1332 VRDP_EXPERIENCE_LEVEL_FULL); /** @todo configurable */ 1333 1333 } 1334 1334
Note:
See TracChangeset
for help on using the changeset viewer.