Changeset 13676 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Oct 30, 2008 1:34:41 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/HardDiskFormatImpl.h
r13673 r13676 69 69 70 70 STDMETHOD(COMGETTER(Capabilities)) (ULONG *aCaps); 71 STDMETHOD(COMGETTER( ConfigNames)) (ComSafeArrayOut (BSTR, aConfigNames));71 STDMETHOD(COMGETTER(PropertyNames)) (ComSafeArrayOut (BSTR, aPropertyNames)); 72 72 73 73 // public methods only for internal purposes … … 91 91 const BstrList fileExtensions; 92 92 const uint64_t capabilities; 93 const BstrList configNames;93 const BstrList propertyNames; 94 94 }; 95 95
Note:
See TracChangeset
for help on using the changeset viewer.