Skip to content

Commit 14edd54

Browse files
committed
todos added
1 parent 4aad61b commit 14edd54

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/include/action_test_node.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ class AsyncActionTest : public AsyncActionNode
6060

6161
void setStartTimePoint(std::chrono::high_resolution_clock::time_point now)
6262
{
63+
// TODO add lock guard
6364
std::cout << this->name() << " Setting Start Time: " << now.time_since_epoch().count() << std::endl;
6465

6566
start_time_ = now;
@@ -73,6 +74,8 @@ class AsyncActionTest : public AsyncActionNode
7374

7475
void setStopTimePoint(std::chrono::high_resolution_clock::time_point now)
7576
{
77+
// TODO add lock guard
78+
7679
std::cout << this->name() << " Setting Stop Time: " << now.time_since_epoch().count() << std::endl;
7780

7881
stop_time_ = now;

0 commit comments

Comments
 (0)