VirtualBox

Ignore:
Timestamp:
Dec 16, 2013 8:02:46 AM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
91305
Message:

VBoxNetServices: moves bool operator== (const RTMAC&, const RTMAC&) to utils header.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/NetworkServices/DHCP/Config.cpp

    r49918 r49920  
    10531053}
    10541054
    1055 /* Utility */
    1056 bool operator== (const RTMAC& lhs, const RTMAC& rhs)
    1057 {
    1058     return (   lhs.au16[0] == rhs.au16[0]
    1059             && lhs.au16[1] == rhs.au16[1]
    1060             && lhs.au16[2] == rhs.au16[2]);
    1061 }
    1062 
    1063 
    10641055/* Client */
    10651056Client::Client()
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