Changeset 105266 in vbox for trunk/src/VBox/Main/include/MachineImpl.h
- Timestamp:
- Jul 11, 2024 7:49:37 AM (10 months ago)
- svn:sync-xref-src-repo-rev:
- 163915
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MachineImpl.h
r105087 r105266 554 554 virtual HRESULT i_onParallelPortChange(IParallelPort * /* parallelPort */) { return S_OK; } 555 555 virtual HRESULT i_onVRDEServerChange(BOOL /* aRestart */) { return S_OK; } 556 virtual HRESULT i_onRecordingStateChange(BOOL /* aEnable */, IProgress **) { return S_OK; } 557 virtual HRESULT i_onRecordingScreenStateChange(BOOL /* aEnable */, ULONG /* aScreen */) { return S_OK; } 556 558 virtual HRESULT i_onUSBControllerChange() { return S_OK; } 557 559 virtual HRESULT i_onStorageControllerChange(const com::Guid & /* aMachineId */, const com::Utf8Str & /* aControllerName */) { return S_OK; } … … 567 569 virtual HRESULT i_onStorageDeviceChange(IMediumAttachment * /* mediumAttachment */, BOOL /* remove */, 568 570 BOOL /* silent */) { return S_OK; } 569 virtual HRESULT i_onRecordingChange(BOOL /* aEnable */) { return S_OK; }570 571 virtual HRESULT i_onGuestDebugControlChange(IGuestDebugControl * /* guestDebugControl */) { return S_OK; } 571 572 … … 1393 1394 HRESULT i_onCPUChange(ULONG aCPU, BOOL aRemove) RT_OVERRIDE; 1394 1395 HRESULT i_onVRDEServerChange(BOOL aRestart) RT_OVERRIDE; 1395 HRESULT i_onRecordingChange(BOOL aEnable) RT_OVERRIDE; 1396 HRESULT i_onRecordingStateChange(BOOL aEnable, IProgress **aProgress) RT_OVERRIDE; 1397 HRESULT i_onRecordingScreenStateChange(BOOL aEnable, ULONG aScreen) RT_OVERRIDE; 1396 1398 HRESULT i_onUSBControllerChange() RT_OVERRIDE; 1397 1399 HRESULT i_onUSBDeviceAttach(IUSBDevice *aDevice,
Note:
See TracChangeset
for help on using the changeset viewer.