Changeset 2917 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- May 29, 2007 2:17:19 PM (18 years ago)
- Location:
- trunk/src/VBox/Main/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/HostDVDDriveImpl.h
r1 r2917 50 50 // public initializer/uninitializer for internal purposes only 51 51 HRESULT init (INPTR BSTR driveName); 52 HRESULT init (INPTR BSTR driveName, INPTR BSTR driveDescription); 52 53 53 54 // IHostDVDDrive properties 54 55 STDMETHOD(COMGETTER(Name)) (BSTR *driveName); 56 STDMETHOD(COMGETTER(Description)) (BSTR *driveDescription); 55 57 56 58 // public methods for internal purposes only … … 64 66 65 67 Bstr mDriveName; 68 Bstr mDriveDescription; 66 69 }; 67 70 -
trunk/src/VBox/Main/include/HostImpl.h
r2333 r2917 131 131 132 132 #ifdef __LINUX__ 133 # ifdef VBOX_USE_LIBHAL 134 bool getDVDInfoFromHal(std::list <ComObjPtr <HostDVDDrive> > &list); 135 # endif 133 136 void parseMountTable(char *mountTable, std::list <ComObjPtr <HostDVDDrive> > &list); 134 137 bool validateDevice(const char *deviceNode, bool isCDROM);
Note:
See TracChangeset
for help on using the changeset viewer.