Skip to content

Commit

Permalink
[border-agent] organize CoapDtlsSession method definitions (openthr…
Browse files Browse the repository at this point in the history
…ead#11142)

This commit improves the organization of `border_agent.cpp` by
grouping the method definitions for `CoapDtlsSession` into a separate
section.

In PR openthread#11131, many methods were moved into this class. To keep the
`git diff` smaller and easier to review, the methods were left in the
same order as previously defined. This resulted in the methods of
`CoapDtlsSession` and `BorderAgent` being mixed and interleaved.

This PR rearranges the methods and defines separate sections for each
class. This commit does not contain any code logic changes.
  • Loading branch information
abtink authored Jan 14, 2025
1 parent 6dd795f commit 1c7abb6
Showing 1 changed file with 293 additions and 293 deletions.
Loading

0 comments on commit 1c7abb6

Please sign in to comment.