VirtualBox

Changeset 23231 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Sep 22, 2009 4:58:08 PM (15 years ago)
Author:
vboxsync
Message:

merge: solaris build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/HostImpl.cpp

    r23228 r23231  
    15581558                                        hostDVDDriveObj.createObject();
    15591559                                        hostDVDDriveObj->init(mParent, DeviceType_DVD,
    1560                                                               Bstr(devNode), description);
     1560                                                              Bstr(devNode), Bstr(description));
    15611561                                        list.push_back (hostDVDDriveObj);
    15621562                                    }
     
    17201720                                        ComObjPtr<Medium> hostFloppyDrive;
    17211721                                        hostFloppyDrive.createObject();
    1722                                         hostDVDDriveObj->init(mParent, DeviceType_DVD,
    1723                                                               Bstr(devNode), description);
     1722                                        hostFloppyDrive->init(mParent, DeviceType_DVD,
     1723                                                              Bstr(devNode), Bstr(description));
    17241724                                        list.push_back (hostFloppyDrive);
    17251725                                    }
     
    17341734                                        ComObjPtr<Medium> hostFloppyDrive;
    17351735                                        hostFloppyDrive.createObject();
    1736                                         hostDVDDriveObj->init(mParent, DeviceType_DVD,
     1736                                        hostFloppyDrive->init(mParent, DeviceType_DVD,
    17371737                                                              Bstr(devNode));
    17381738                                        list.push_back (hostFloppyDrive);
     
    18001800#endif  /* RT_OS_SOLARIS and VBOX_USE_HAL */
    18011801
     1802/** @todo get rid of dead code below - RT_OS_SOLARIS and RT_OS_LINUX are never both set
    18021803#if defined(RT_OS_SOLARIS)
    18031804
     
    18571858                    ComObjPtr<Medium> hostDVDDriveObj;
    18581859                    hostDVDDriveObj.createObject();
    1859                     hostDVDDriveObj->init (Bstr (mnt_dev));
     1860                    hostDVDDriveObj->init(mParent, DeviceType_DVD, Bstr(mnt_dev));
    18601861                    list.push_back (hostDVDDriveObj);
    18611862                }
     
    18891890                    ComObjPtr<Medium> hostDVDDriveObj;
    18901891                    hostDVDDriveObj.createObject();
    1891                     hostDVDDriveObj->init (Bstr (rawDevName));
     1892                    hostDVDDriveObj->init(mParent, DeviceType_DVD, Bstr(rawDevName));
    18921893                    list.push_back (hostDVDDriveObj);
    18931894                }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette