Changeset 14991 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Dec 4, 2008 3:17:33 PM (16 years ago)
- Location:
- trunk/src/VBox/Main/include
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/HostImpl.h
r14949 r14991 36 36 #ifdef RT_OS_WINDOWS 37 37 # include "win/svchlp.h" 38 #endif 39 40 #ifdef RT_OS_LINUX 41 # include <HostHardwareLinux.h> 38 42 #endif 39 43 … … 132 136 private: 133 137 134 #if defined(RT_OS_ LINUX) || defined(RT_OS_SOLARIS)135 # if defined(VBOX_ WITH_LIBHAL) || defined(VBOX_USE_LIBHAL)138 #if defined(RT_OS_SOLARIS) 139 # if defined(VBOX_USE_LIBHAL) 136 140 bool getDVDInfoFromHal(std::list <ComObjPtr <HostDVDDrive> > &list); 137 141 bool getFloppyInfoFromHal(std::list <ComObjPtr <HostFloppyDrive> > &list); … … 178 182 #endif /* VBOX_WITH_USB */ 179 183 184 #ifdef RT_OS_LINUX 185 /** Object with information about host drives */ 186 VBoxMainDriveInfo mHostDrives; 187 #endif 180 188 /* Features that can be queried with GetProcessorFeature */ 181 189 BOOL fVTxAMDVSupported, fLongModeSupported, fPAESupported;
Note:
See TracChangeset
for help on using the changeset viewer.