nsapi_dns: Convert to Chrono#12428
Conversation
|
@kjbracey-arm, thank you for your changes. |
| #include "SingletonPtr.h" | ||
|
|
||
| using namespace std::chrono; | ||
| using rtos::Kernel::Clock; |
There was a problem hiding this comment.
Is this necessary? (I mean using rtos::Kernel::Clock;)
There was a problem hiding this comment.
No, but it saves typing rtos::Kernel:: a fair few times in the file. Could just go halfway with the more conventional using namespace rtos.
|
@kjbracey-arm is this PR now dependent on C++ Chrono support #12689 instead ? |
|
Rebased - no changes needed, but will trigger CI, at least. |
|
CI started |
Test run: FAILEDSummary: 1 of 3 test jobs failed Failed test jobs:
|
|
@kjbracey-arm Can you review unittests failures? does this need a rerun? |
|
CI started |
Test run: SUCCESSSummary: 6 of 6 test jobs passed |
Summary of changes
Convert DNS client code to use new APIs from #12425.
Impact of changes
Eliminate use of deprecated APIs
Migration actions required
n/a
Documentation
None
Pull request type
Test results
Reviewers