VirtualBox

Changeset 21878 in vbox for trunk/src/VBox/Main/solaris


Ignore:
Timestamp:
Jul 30, 2009 12:42:08 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
50525
Message:

Main: coding style: have Main obey the standard VirtualBox coding style rules (no functional changes)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/solaris/NetIf-solaris.cpp

    r19433 r21878  
    5959static void vboxSolarisAddHostIface(char *pszIface, int Instance, void *pvHostNetworkInterfaceList)
    6060{
    61     std::list<ComObjPtr <HostNetworkInterface> > *pList = (std::list<ComObjPtr <HostNetworkInterface> > *)pvHostNetworkInterfaceList;
     61    std::list<ComObjPtr<HostNetworkInterface> > *pList = (std::list<ComObjPtr<HostNetworkInterface> > *)pvHostNetworkInterfaceList;
    6262    Assert(pList);
    6363
     
    244244}
    245245
    246 static bool vboxSolarisSortNICList(const ComObjPtr <HostNetworkInterface> Iface1, const ComObjPtr <HostNetworkInterface> Iface2)
     246static bool vboxSolarisSortNICList(const ComObjPtr<HostNetworkInterface> Iface1, const ComObjPtr<HostNetworkInterface> Iface2)
    247247{
    248248    Bstr Iface1Str;
     
    255255}
    256256
    257 static bool vboxSolarisSameNIC(const ComObjPtr <HostNetworkInterface> Iface1, const ComObjPtr <HostNetworkInterface> Iface2)
     257static bool vboxSolarisSameNIC(const ComObjPtr<HostNetworkInterface> Iface1, const ComObjPtr<HostNetworkInterface> Iface2)
    258258{
    259259    Bstr Iface1Str;
     
    286286# endif /* VBOX_SOLARIS_NSL_RESOLVED */
    287287
    288 int NetIfList(std::list <ComObjPtr <HostNetworkInterface> > &list)
     288int NetIfList(std::list <ComObjPtr<HostNetworkInterface> > &list)
    289289{
    290290
     
    388388
    389389#else
    390 int NetIfList(std::list <ComObjPtr <HostNetworkInterface> > &list)
     390int NetIfList(std::list <ComObjPtr<HostNetworkInterface> > &list)
    391391{
    392392    return VERR_NOT_IMPLEMENTED;
Note: See TracChangeset for help on using the changeset viewer.

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