Skip to content

Commit 434c27d

Browse files
committed
TODO REMOVE: this is to check CI branch
Signed-off-by: cferreiragonz <carlosferreira@eprosima.com>
1 parent 40af43c commit 434c27d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ddspipe_participants/src/cpp/reader/auxiliar/BaseReader.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ bool BaseReader::should_accept_sample_() noexcept
165165

166166
void BaseReader::on_data_available_() const noexcept
167167
{
168+
std::cout << "On_data_availabe protected" << std::endl;
168169
if (on_data_available_lambda_set_ && enabled_.load())
169170
{
170171
on_data_available_lambda_();

0 commit comments

Comments
 (0)