Changeset 63380 in vbox for trunk/src/VBox/NetworkServices/DHCP
- Timestamp:
- Aug 12, 2016 6:34:15 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 110025
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/DHCP/Config.h
r63266 r63380 27 27 28 28 #include "../NetLib/cpp/utils.h" 29 30 31 static bool operator > (const RTNETADDRIPV4& a, const RTNETADDRIPV4& b)32 {33 return (b < a);34 }35 29 36 30
Note:
See TracChangeset
for help on using the changeset viewer.