Changeset 20260 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Jun 4, 2009 10:12:12 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/SystemPropertiesImpl.h
r19239 r20260 93 93 STDMETHOD(COMGETTER(LogHistoryCount)) (ULONG *count); 94 94 STDMETHOD(COMSETTER(LogHistoryCount)) (ULONG count); 95 STDMETHOD(COMGETTER(DefaultAudioDriver)) (AudioDriverType_T *aAudioDriver); 95 96 96 97 // public methods only for internal purposes … … 144 145 BOOL mHWVirtExEnabled; 145 146 ULONG mLogHistoryCount; 147 AudioDriverType_T mDefaultAudioDriver; 146 148 }; 147 149
Note:
See TracChangeset
for help on using the changeset viewer.