- Timestamp:
- Dec 9, 2013 6:28:34 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/DHCP/Config.h
r49735 r49821 22 22 #include <iprt/cpp/utils.h> 23 23 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 29 26 30 27 static bool operator > (const RTNETADDRIPV4& a, const RTNETADDRIPV4& b)
Note:
See TracChangeset
for help on using the changeset viewer.