Skip to content

Commit 85d49db

Browse files
pennamandreagilardoni
authored andcommitted
utility: remove TimedAttemp
1 parent 6190d72 commit 85d49db

File tree

6 files changed

+2
-316
lines changed

6 files changed

+2
-316
lines changed

extras/test/CMakeLists.txt

-2
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ set(TEST_SRCS
7979
src/test_writeOnly.cpp
8080
src/test_writeOnDemand.cpp
8181
src/test_writeOnChange.cpp
82-
src/test_TimedAttempt.cpp
8382
)
8483

8584
set(TEST_UTIL_SRCS
@@ -88,7 +87,6 @@ set(TEST_UTIL_SRCS
8887
)
8988

9089
set(TEST_DUT_SRCS
91-
../../src/utility/time/TimedAttempt.cpp
9290
../../src/property/Property.cpp
9391
../../src/property/PropertyContainer.cpp
9492
../../src/cbor/CBORDecoder.cpp

extras/test/src/test_TimedAttempt.cpp

-186
This file was deleted.

src/ArduinoIoTCloudDevice.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
* INCLUDE
1616
******************************************************************************/
1717

18+
#include <Arduino_TimedAttempt.h>
1819
#include "interfaces/CloudProcess.h"
19-
#include "utility/time/TimedAttempt.h"
2020
#include "property/PropertyContainer.h"
2121

2222
/******************************************************************************

src/ArduinoIoTCloudThing.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
* INCLUDE
1717
******************************************************************************/
1818

19+
#include <Arduino_TimedAttempt.h>
1920
#include "interfaces/CloudProcess.h"
20-
#include "utility/time/TimedAttempt.h"
2121
#include "property/PropertyContainer.h"
2222

2323
/******************************************************************************

src/utility/time/TimedAttempt.cpp

-84
This file was deleted.

src/utility/time/TimedAttempt.h

-42
This file was deleted.

0 commit comments

Comments
 (0)