Changeset 1874 in vbox for trunk/src/VBox/Main/include/HardDiskImpl.h
- Timestamp:
- Apr 3, 2007 11:00:09 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/HardDiskImpl.h
r953 r1874 129 129 ComObjPtr <HardDisk> root() const; 130 130 131 HRESULT getBaseAccessible (Bstr &aAccessError, bool aCheckBusy = false); 131 HRESULT getBaseAccessible (Bstr &aAccessError, bool aCheckBusy = false, 132 bool aCheckReaders = false); 132 133 133 134 // virtual methods that need to be [re]implemented by every subclass
Note:
See TracChangeset
for help on using the changeset viewer.