VirtualBox

Changeset 49821 in vbox for trunk/src


Ignore:
Timestamp:
Dec 9, 2013 6:28:34 AM (11 years ago)
Author:
vboxsync
Message:

VBoxNetDHCP/Config.h uses shared declaration of "<" operator.

File:
1 edited

Legend:

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

    r49735 r49821  
    2222#include <iprt/cpp/utils.h>
    2323
    24 
    25 static bool operator <(const RTNETADDRIPV4& a, const RTNETADDRIPV4& b)
    26 {
    27     return (RT_N2H_U32(a.u) < RT_N2H_U32(b.u));
    28 }
     24#include "../NetLib/cpp/utils.h"
     25
    2926
    3027static bool operator > (const RTNETADDRIPV4& a, const RTNETADDRIPV4& b)
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