Changeset 19968 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- May 24, 2009 12:14:19 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/HostImpl.h
r19239 r19968 133 133 private: 134 134 135 #if defined(RT_OS_SOLARIS) 136 # if defined(VBOX_USE_LIBHAL) 135 #if (defined(RT_OS_SOLARIS) || defined(RT_OS_FREEBSD)) && defined(VBOX_USE_LIBHAL) 137 136 bool getDVDInfoFromHal(std::list <ComObjPtr <HostDVDDrive> > &list); 138 137 bool getFloppyInfoFromHal(std::list <ComObjPtr <HostFloppyDrive> > &list); 139 # endif 138 #endif 139 140 #if defined(RT_OS_SOLARIS) 140 141 void parseMountTable(char *mountTable, std::list <ComObjPtr <HostDVDDrive> > &list); 141 142 bool validateDevice(const char *deviceNode, bool isCDROM);
Note:
See TracChangeset
for help on using the changeset viewer.