Changeset 78261 in vbox for trunk/src/VBox/Main/include/SessionImpl.h
- Timestamp:
- Apr 23, 2019 4:49:28 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/SessionImpl.h
r77910 r78261 93 93 HRESULT onSerialPortChange(const ComPtr<ISerialPort> &aSerialPort); 94 94 HRESULT onParallelPortChange(const ComPtr<IParallelPort> &aParallelPort); 95 HRESULT onStorageControllerChange( );95 HRESULT onStorageControllerChange(const Guid &aMachineId, const com::Utf8Str& aControllerName); 96 96 HRESULT onMediumChange(const ComPtr<IMediumAttachment> &aMediumAttachment, 97 97 BOOL aForce);
Note:
See TracChangeset
for help on using the changeset viewer.