Changeset 43023 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Aug 28, 2012 6:43:23 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/StorageControllerImpl.h
r35638 r43023 74 74 STDMETHOD(COMGETTER(Bootable)) (BOOL *fBootable); 75 75 76 // StorageController methods77 STDMETHOD(GetIDEEmulationPort) (LONG DevicePosition, LONG *aPortNumber);78 STDMETHOD(SetIDEEmulationPort) (LONG DevicePosition, LONG aPortNumber);79 80 76 // public methods only for internal purposes 81 77 … … 93 89 void rollback(); 94 90 void commit(); 91 HRESULT getIDEEmulationPort (LONG DevicePosition, LONG *aPortNumber); 92 HRESULT setIDEEmulationPort (LONG DevicePosition, LONG aPortNumber); 95 93 96 94 // public methods for internal purposes only
Note:
See TracChangeset
for help on using the changeset viewer.