Skip to content

Commit 8c93df1

Browse files
committed
Refs #20765: Make StatefulPersistentReader private
Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
1 parent 5d1ecac commit 8c93df1

4 files changed

Lines changed: 2 additions & 27 deletions

File tree

include/fastrtps/rtps/reader/StatefulPersistentReader.h

Lines changed: 0 additions & 25 deletions
This file was deleted.

src/cpp/rtps/participant/RTPSParticipantImpl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
#include <fastdds/rtps/history/WriterHistory.h>
3737
#include <fastdds/rtps/participant/ParticipantDiscoveryInfo.h>
3838
#include <fastdds/rtps/participant/RTPSParticipant.h>
39-
#include <fastdds/rtps/reader/StatefulPersistentReader.h>
4039
#include <fastdds/rtps/reader/StatefulReader.h>
4140
#include <fastdds/rtps/reader/StatelessPersistentReader.h>
4241
#include <fastdds/rtps/reader/StatelessReader.h>
@@ -65,6 +64,7 @@
6564
#include <rtps/network/utils/netmask_filter.hpp>
6665
#include <rtps/participant/RTPSParticipantImpl.h>
6766
#include <rtps/persistence/PersistenceService.h>
67+
#include <rtps/reader/StatefulPersistentReader.h>
6868
#include <statistics/rtps/GuidUtils.hpp>
6969
#include <utils/Semaphore.hpp>
7070
#include <utils/string_utilities.hpp>

src/cpp/rtps/reader/StatefulPersistentReader.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*
1818
*/
1919

20-
#include <fastdds/rtps/reader/StatefulPersistentReader.h>
20+
#include <rtps/reader/StatefulPersistentReader.h>
2121

2222
#include <fastdds/rtps/history/ReaderHistory.h>
2323

File renamed without changes.

0 commit comments

Comments
 (0)