Changeset 18177 in vbox for trunk/src/VBox/Main/include/HardDiskImpl.h
- Timestamp:
- Mar 24, 2009 1:21:12 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/HardDiskImpl.h
r18162 r18177 78 78 79 79 enum HDDOpenMode { OpenReadWrite, OpenReadOnly }; 80 // have to use a special enum or otherwise the overloaded init() is ambiguous 80 // have to use a special enum for the overloaded init() below; 81 // can't use AccessMode_T from XIDL because that's mapped to an int 82 // and would be ambiguous 81 83 82 84 // public initializer/uninitializer for internal purposes only
Note:
See TracChangeset
for help on using the changeset viewer.