Commit c2e9f7c
authored
Deprecates unused methods in network settings (#1397)
NetworkSettings::GetRetries() is not used in any of network
implementations so it can be freely deprecated and removed.
Related method NetworkSettings::WithRetries(...) can aslo
be deprecated and removed.
Relates-To: OLPSUP-23500
Signed-off-by: Yauheni Khnykin <yauheni.khnykin@here.com>1 parent 693ca9c commit c2e9f7c
File tree
3 files changed
+7
-1
lines changed- olp-cpp-sdk-core
- include/olp/core/http
- src/client
- tests/http
3 files changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| |||
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| 54 | + | |
53 | 55 | | |
54 | 56 | | |
55 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
580 | 580 | | |
581 | 581 | | |
582 | 582 | | |
583 | | - | |
584 | 583 | | |
585 | 584 | | |
586 | 585 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
64 | 69 | | |
65 | 70 | | |
66 | 71 | | |
0 commit comments