Changeset 14992 in vbox
- Timestamp:
- Dec 4, 2008 3:25:12 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/linux/HostHardwareLinux.cpp
r14991 r14992 75 75 bool isDVD, bool *pfSuccess); 76 76 static int getDVDInfoFromMTab(char *mountTable, DriveInfoList *pList); 77 #ifdef VBOX_WITH_DBUS 77 78 static int halInit(DBusConnection **ppConnection); 78 79 static int halFindDeviceStringMatch (DBusConnection *pConnection, … … 85 86 static int getDriveInfoFromHal(DriveInfoList *pList, bool isDVD, 86 87 bool *pfSuccess); 88 #endif /* VBOX_WITH_DBUS */ 87 89 88 90 /**
Note:
See TracChangeset
for help on using the changeset viewer.