Changeset 78261 in vbox for trunk/src/VBox/Main/include/MachineImpl.h
- Timestamp:
- Apr 23, 2019 4:49:28 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MachineImpl.h
r77910 r78261 519 519 virtual HRESULT i_onVRDEServerChange(BOOL /* aRestart */) { return S_OK; } 520 520 virtual HRESULT i_onUSBControllerChange() { return S_OK; } 521 virtual HRESULT i_onStorageControllerChange( ) { return S_OK; }521 virtual HRESULT i_onStorageControllerChange(const com::Guid & /* aMachineId */, const com::Utf8Str & /* aControllerName */) { return S_OK; } 522 522 virtual HRESULT i_onCPUChange(ULONG /* aCPU */, BOOL /* aRemove */) { return S_OK; } 523 523 virtual HRESULT i_onCPUExecutionCapChange(ULONG /* aExecutionCap */) { return S_OK; } … … 1326 1326 NATProtocol_T aProto, IN_BSTR aHostIp, LONG aHostPort, 1327 1327 IN_BSTR aGuestIp, LONG aGuestPort); 1328 HRESULT i_onStorageControllerChange( );1328 HRESULT i_onStorageControllerChange(const com::Guid &aMachineId, const com::Utf8Str &aControllerName); 1329 1329 HRESULT i_onMediumChange(IMediumAttachment *aMediumAttachment, BOOL aForce); 1330 1330 HRESULT i_onVMProcessPriorityChange(VMProcPriority_T aPriority);
Note:
See TracChangeset
for help on using the changeset viewer.