-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rearrange code in IPEndPointBasis (#10849)
* Rearrange code in IPEndPointBasis #### Problem Code for different Inet implementations is scattered across many `#if`s. #### Change overview - Groups code by implementation. - Moves doxygen comment to the header. Since comparing moved code in diff format is difficult, this change explicitly does NOT make any changes to code, only its position within the file. This is a step toward #7715 _Virtualize System and Inet interfaces_. #### Testing CI; no change to functionality. * fix mis-merge
- Loading branch information
1 parent
1c6d884
commit 1148636
Showing
2 changed files
with
128 additions
and
135 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters