Changeset 78070 in vbox
- Timestamp:
- Apr 10, 2019 9:57:16 AM (5 years ago)
- Location:
- trunk/src/VBox/Main/src-server
- Files:
-
- 2 edited
-
RecordingScreenSettingsImpl.cpp (modified) (2 diffs)
-
RecordingSettingsImpl.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/RecordingScreenSettingsImpl.cpp
r78068 r78070 44 44 { } 45 45 46 RecordingSettings * const pParent;47 ComObjPtr<RecordingScreenSettings> pPeer;48 uint32_t uScreenId;46 RecordingSettings * const pParent; 47 const ComObjPtr<RecordingScreenSettings> pPeer; 48 uint32_t uScreenId; 49 49 50 50 // use the XML settings structure in the members for simplicity … … 138 138 139 139 unconst(m->pParent) = aParent; 140 m->pPeer= aThat;140 unconst(m->pPeer) = aThat; 141 141 142 142 AutoWriteLock thatlock(aThat COMMA_LOCKVAL_SRC_POS); -
trunk/src/VBox/Main/src-server/RecordingSettingsImpl.cpp
r78069 r78070 43 43 { } 44 44 45 Machine * const pMachine;46 ComObjPtr<RecordingSettings> pPeer;47 RecordScreenSettingsMap mapScreenObj;45 Machine * const pMachine; 46 const ComObjPtr<RecordingSettings> pPeer; 47 RecordScreenSettingsMap mapScreenObj; 48 48 49 49 // use the XML settings structure in the members for simplicity … … 115 115 116 116 unconst(m->pMachine) = aParent; 117 m->pPeer= aThat;117 unconst(m->pPeer) = aThat; 118 118 119 119 AutoWriteLock thatlock(aThat COMMA_LOCKVAL_SRC_POS);
Note:
See TracChangeset
for help on using the changeset viewer.

