VirtualBox

Changeset 23259 in vbox


Ignore:
Timestamp:
Sep 23, 2009 1:37:22 PM (15 years ago)
Author:
vboxsync
Message:

Main: attempt solaris build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/HostImpl.h

    r23257 r23259  
    3131class Progress;
    3232class PerformanceCollector;
     33class Medium;
    3334
    3435namespace settings
     
    121122
    122123#if (defined(RT_OS_SOLARIS) || defined(RT_OS_FREEBSD)) && defined(VBOX_USE_LIBHAL)
    123     bool getDVDInfoFromHal(std::list <ComObjPtr<Medium> > &list);
    124     bool getFloppyInfoFromHal(std::list <ComObjPtr<Medium> > &list);
     124    bool getDVDInfoFromHal(std::list< ComObjPtr<Medium> > &list);
     125    bool getFloppyInfoFromHal(std::list< ComObjPtr<Medium> > &list);
    125126#endif
    126127
    127128#if defined(RT_OS_SOLARIS)
    128     void parseMountTable(char *mountTable, std::list <ComObjPtr<Medium> > &list);
     129    void parseMountTable(char *mountTable, std::list< ComObjPtr<Medium> > &list);
    129130    bool validateDevice(const char *deviceNode, bool isCDROM);
    130131#endif
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