Changeset 75455 in vbox
- Timestamp:
- Nov 14, 2018 3:04:57 PM (6 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 3 edited
-
include/MachineImpl.h (modified) (2 diffs)
-
src-server/MachineImpl.cpp (modified) (1 diff)
-
src-server/RecordingSettingsImpl.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MachineImpl.h
r75453 r75455 524 524 virtual HRESULT i_onStorageDeviceChange(IMediumAttachment * /* mediumAttachment */, BOOL /* remove */, 525 525 BOOL /* silent */) { return S_OK; } 526 virtual HRESULT i_onRecord Change() { return S_OK; }526 virtual HRESULT i_onRecordingChange() { return S_OK; } 527 527 528 528 HRESULT i_saveRegistryEntry(settings::MachineRegistryEntry &data); … … 1327 1327 HRESULT i_onCPUChange(ULONG aCPU, BOOL aRemove); 1328 1328 HRESULT i_onVRDEServerChange(BOOL aRestart); 1329 HRESULT i_onRecord Change();1329 HRESULT i_onRecordingChange(); 1330 1330 HRESULT i_onUSBControllerChange(); 1331 1331 HRESULT i_onUSBDeviceAttach(IUSBDevice *aDevice, -
trunk/src/VBox/Main/src-server/MachineImpl.cpp
r75453 r75455 14102 14102 * @note Locks this object for reading. 14103 14103 */ 14104 HRESULT SessionMachine::i_onRecord Change()14104 HRESULT SessionMachine::i_onRecordingChange() 14105 14105 { 14106 14106 LogFlowThisFunc(("\n")); -
trunk/src/VBox/Main/src-server/RecordingSettingsImpl.cpp
r75453 r75455 219 219 220 220 alock.release(); 221 rc = m->pMachine->i_onRecord Change();221 rc = m->pMachine->i_onRecordingChange(); 222 222 if (FAILED(rc)) 223 223 {
Note:
See TracChangeset
for help on using the changeset viewer.

