Skip to content

Commit 611edc9

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

4 files changed

Lines changed: 2 additions & 27 deletions

File tree

include/fastrtps/rtps/reader/StatelessPersistentReader.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
@@ -37,7 +37,6 @@
3737
#include <fastdds/rtps/participant/ParticipantDiscoveryInfo.h>
3838
#include <fastdds/rtps/participant/RTPSParticipant.h>
3939
#include <fastdds/rtps/reader/StatefulReader.h>
40-
#include <fastdds/rtps/reader/StatelessPersistentReader.h>
4140
#include <fastdds/rtps/reader/StatelessReader.h>
4241
#include <fastdds/rtps/RTPSDomain.h>
4342
#include <fastdds/rtps/transport/shared_mem/SharedMemTransportDescriptor.h>
@@ -65,6 +64,7 @@
6564
#include <rtps/participant/RTPSParticipantImpl.h>
6665
#include <rtps/persistence/PersistenceService.h>
6766
#include <rtps/reader/StatefulPersistentReader.h>
67+
#include <rtps/reader/StatelessPersistentReader.h>
6868
#include <statistics/rtps/GuidUtils.hpp>
6969
#include <utils/Semaphore.hpp>
7070
#include <utils/string_utilities.hpp>

src/cpp/rtps/reader/StatelessPersistentReader.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/StatelessPersistentReader.h>
20+
#include <rtps/reader/StatelessPersistentReader.h>
2121

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

File renamed without changes.

0 commit comments

Comments
 (0)