Skip to content

Commit

Permalink
Fix mock build issue
Browse files Browse the repository at this point in the history
Signed-off-by: JesusPoderoso <[email protected]>
  • Loading branch information
JesusPoderoso committed Oct 30, 2023
1 parent ce4d691 commit 932c56e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/fastdds_monitor/Engine.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
#include <fastdds_monitor/backend/Callback.h>
#include <fastdds_monitor/backend/ProblemCallback.h>
#include <fastdds_monitor/backend/Listener.h>
#include <fastdds_monitor/backend/Listener.h>
#include <fastdds_monitor/backend/SyncBackendConnection.h>
#include <fastdds_monitor/Controller.h>
#include <fastdds_monitor/model/tree/TreeModel.h>
Expand Down
4 changes: 4 additions & 0 deletions mock/complex_mock/database/Database.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -360,8 +360,12 @@ void Database::callback_listener_thread_()
default:
break;
}

// add status callback
listener_->on_problem_reported(std::get<2>(entity), std::get<0>(entity), StatusKind::PROXY);
}
}

}

std::cout << "DATABASE Callback Listener Thread stopping" << std::endl;
Expand Down

0 comments on commit 932c56e

Please sign in to comment.