Skip to content

Commit 0477516

Browse files
Mario-DLmergify[bot]
authored andcommitted
Rename RTPSParticipantImpl.h to RTPSParticipantImpl.hpp (#5356)
* Refs #21997: Rename RTPSPariticipantImpl.h to RTPSParticipantImpl.hpp Signed-off-by: Mario-DL <[email protected]> * Refs #21997: Update references Signed-off-by: Mario-DL <[email protected]> --------- Signed-off-by: Mario-DL <[email protected]> (cherry picked from commit dfd651c)
1 parent a1da3d3 commit 0477516

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+56
-56
lines changed

src/cpp/fastdds/builtin/type_lookup_service/TypeLookupManager.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
#include <rtps/builtin/data/ParticipantProxyData.hpp>
3838
#include <rtps/builtin/data/ReaderProxyData.hpp>
3939
#include <rtps/builtin/data/WriterProxyData.hpp>
40-
#include <rtps/participant/RTPSParticipantImpl.h>
40+
#include <rtps/participant/RTPSParticipantImpl.hpp>
4141
#include <rtps/reader/StatefulReader.hpp>
4242
#include <rtps/RTPSDomainImpl.hpp>
4343
#include <rtps/writer/StatefulWriter.hpp>

src/cpp/fastdds/builtin/type_lookup_service/TypeLookupReplyListener.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#include <fastdds/dds/log/Log.hpp>
2222

2323
#include <fastdds/builtin/type_lookup_service/TypeLookupManager.hpp>
24-
#include <rtps/participant/RTPSParticipantImpl.h>
24+
#include <rtps/participant/RTPSParticipantImpl.hpp>
2525
#include <rtps/RTPSDomainImpl.hpp>
2626

2727
using eprosima::fastdds::rtps::RTPSReader;

src/cpp/fastdds/builtin/type_lookup_service/TypeLookupRequestListener.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#include <fastdds/dds/log/Log.hpp>
2323

2424
#include <fastdds/builtin/type_lookup_service/TypeLookupManager.hpp>
25-
#include <rtps/participant/RTPSParticipantImpl.h>
25+
#include <rtps/participant/RTPSParticipantImpl.hpp>
2626
#include <rtps/RTPSDomainImpl.hpp>
2727
#include <rtps/reader/StatefulReader.hpp>
2828

src/cpp/fastdds/publisher/DataWriterImpl.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
#include <rtps/DataSharing/WriterPool.hpp>
4848
#include <rtps/history/CacheChangePool.h>
4949
#include <rtps/history/TopicPayloadPoolRegistry.hpp>
50-
#include <rtps/participant/RTPSParticipantImpl.h>
50+
#include <rtps/participant/RTPSParticipantImpl.hpp>
5151
#include <rtps/resources/ResourceEvent.h>
5252
#include <rtps/resources/TimedEvent.h>
5353
#include <rtps/RTPSDomainImpl.hpp>

src/cpp/fastdds/subscriber/DataReaderImpl.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
#include <fastdds/utils/TypePropagation.hpp>
5252
#include <rtps/history/TopicPayloadPoolRegistry.hpp>
53-
#include <rtps/participant/RTPSParticipantImpl.h>
53+
#include <rtps/participant/RTPSParticipantImpl.hpp>
5454
#include <rtps/resources/TimedEvent.h>
5555
#include <rtps/resources/ResourceEvent.h>
5656
#include <rtps/RTPSDomainImpl.hpp>

src/cpp/rtps/RTPSDomain.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
#include <rtps/attributes/ServerAttributes.hpp>
4040
#include <rtps/common/GuidUtils.hpp>
4141
#include <rtps/network/utils/external_locators.hpp>
42-
#include <rtps/participant/RTPSParticipantImpl.h>
42+
#include <rtps/participant/RTPSParticipantImpl.hpp>
4343
#include <rtps/reader/BaseReader.hpp>
4444
#include <rtps/RTPSDomainImpl.hpp>
4545
#include <rtps/transport/TCPv4Transport.h>

src/cpp/rtps/builtin/BuiltinProtocols.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
#include <rtps/builtin/discovery/participant/PDPServer.hpp>
3535
#include <rtps/builtin/discovery/participant/PDPSimple.h>
3636
#include <rtps/builtin/liveliness/WLP.hpp>
37-
#include <rtps/participant/RTPSParticipantImpl.h>
37+
#include <rtps/participant/RTPSParticipantImpl.hpp>
3838

3939
namespace eprosima {
4040
namespace fastdds {

src/cpp/rtps/builtin/discovery/endpoint/EDP.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
#include <rtps/builtin/data/WriterProxyData.hpp>
4343
#include <rtps/builtin/discovery/participant/PDP.h>
4444
#include <rtps/network/utils/external_locators.hpp>
45-
#include <rtps/participant/RTPSParticipantImpl.h>
45+
#include <rtps/participant/RTPSParticipantImpl.hpp>
4646
#include <rtps/reader/BaseReader.hpp>
4747
#include <rtps/RTPSDomainImpl.hpp>
4848
#if HAVE_SECURITY

src/cpp/rtps/builtin/discovery/endpoint/EDPSimpleListeners.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#include <rtps/builtin/data/ReaderProxyData.hpp>
2828
#include <rtps/builtin/data/WriterProxyData.hpp>
2929
#include <rtps/builtin/discovery/endpoint/EDPSimple.h>
30-
#include <rtps/participant/RTPSParticipantImpl.h>
30+
#include <rtps/participant/RTPSParticipantImpl.hpp>
3131

3232
namespace eprosima {
3333
namespace fastdds {

src/cpp/rtps/builtin/discovery/endpoint/EDPStatic.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
#include <rtps/builtin/data/ReaderProxyData.hpp>
3333
#include <rtps/builtin/data/WriterProxyData.hpp>
3434
#include <rtps/builtin/discovery/participant/PDPSimple.h>
35-
#include <rtps/participant/RTPSParticipantImpl.h>
35+
#include <rtps/participant/RTPSParticipantImpl.hpp>
3636
#include <xmlparser/XMLEndpointParser.h>
3737

3838
namespace eprosima {

src/cpp/rtps/builtin/discovery/endpoint/EDPUtils.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
#include <rtps/history/ITopicPayloadPool.h>
3333
#include <rtps/history/PoolConfig.h>
3434
#include <rtps/history/TopicPayloadPoolRegistry.hpp>
35-
#include <rtps/participant/RTPSParticipantImpl.h>
35+
#include <rtps/participant/RTPSParticipantImpl.hpp>
3636
#include <rtps/reader/StatefulReader.hpp>
3737
#include <rtps/writer/StatefulWriter.hpp>
3838

src/cpp/rtps/builtin/discovery/participant/DS/FakeWriter.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
#include <fastdds/rtps/Endpoint.hpp>
2323

24-
#include <rtps/participant/RTPSParticipantImpl.h>
24+
#include <rtps/participant/RTPSParticipantImpl.hpp>
2525

2626
namespace eprosima {
2727
namespace fastdds {

src/cpp/rtps/builtin/discovery/participant/DS/PDPSecurityInitiatorListener.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
#include <rtps/builtin/discovery/participant/PDPEndpoints.hpp>
3434
#include <rtps/builtin/discovery/participant/PDPListener.h>
3535
#include <rtps/network/utils/external_locators.hpp>
36-
#include <rtps/participant/RTPSParticipantImpl.h>
36+
#include <rtps/participant/RTPSParticipantImpl.hpp>
3737
#include <rtps/resources/TimedEvent.h>
3838

3939
using ParameterList = eprosima::fastdds::dds::ParameterList;

src/cpp/rtps/builtin/discovery/participant/DirectMessageSender.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#include <fastdds/rtps/writer/RTPSWriter.hpp>
2424
#include <fastdds/utils/IPLocator.hpp>
2525

26-
#include <rtps/participant/RTPSParticipantImpl.h>
26+
#include <rtps/participant/RTPSParticipantImpl.hpp>
2727

2828
namespace eprosima {
2929
namespace fastdds {

src/cpp/rtps/builtin/discovery/participant/PDP.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
#include <rtps/builtin/liveliness/WLP.hpp>
5353
#include <rtps/history/TopicPayloadPoolRegistry.hpp>
5454
#include <rtps/network/utils/external_locators.hpp>
55-
#include <rtps/participant/RTPSParticipantImpl.h>
55+
#include <rtps/participant/RTPSParticipantImpl.hpp>
5656
#include <rtps/reader/StatefulReader.hpp>
5757
#include <rtps/reader/StatelessReader.hpp>
5858
#include <rtps/resources/TimedEvent.h>

src/cpp/rtps/builtin/discovery/participant/PDPClient.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
#include <rtps/builtin/discovery/participant/PDPListener.h>
4444
#include <rtps/builtin/discovery/participant/timedevent/DSClientEvent.h>
4545
#include <rtps/builtin/liveliness/WLP.hpp>
46-
#include <rtps/participant/RTPSParticipantImpl.h>
46+
#include <rtps/participant/RTPSParticipantImpl.hpp>
4747
#include <rtps/reader/BaseReader.hpp>
4848
#include <rtps/reader/StatefulReader.hpp>
4949
#include <rtps/writer/ReaderProxy.hpp>

src/cpp/rtps/builtin/discovery/participant/PDPClientListener.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
#include <rtps/builtin/discovery/participant/PDP.h>
3333
#include <rtps/builtin/discovery/participant/PDPEndpoints.hpp>
3434
#include <rtps/network/utils/external_locators.hpp>
35-
#include <rtps/participant/RTPSParticipantImpl.h>
35+
#include <rtps/participant/RTPSParticipantImpl.hpp>
3636
#include <rtps/resources/TimedEvent.h>
3737

3838
using ParameterList = eprosima::fastdds::dds::ParameterList;

src/cpp/rtps/builtin/discovery/participant/PDPEndpoints.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
#include <fastdds/rtps/common/Types.hpp>
2323

24-
#include <rtps/participant/RTPSParticipantImpl.h>
24+
#include <rtps/participant/RTPSParticipantImpl.hpp>
2525

2626
namespace eprosima {
2727
namespace fastdds {

src/cpp/rtps/builtin/discovery/participant/PDPListener.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
#include <rtps/builtin/discovery/participant/PDP.h>
3636
#include <rtps/builtin/discovery/participant/PDPEndpoints.hpp>
3737
#include <rtps/network/utils/external_locators.hpp>
38-
#include <rtps/participant/RTPSParticipantImpl.h>
38+
#include <rtps/participant/RTPSParticipantImpl.hpp>
3939
#include <rtps/resources/TimedEvent.h>
4040
#ifdef FASTDDS_STATISTICS
4141
#include <statistics/rtps/monitor-service/interfaces/IConnectionsObserver.hpp>

src/cpp/rtps/builtin/discovery/participant/PDPServer.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
#include <rtps/builtin/discovery/participant/PDPServerListener.hpp>
4545
#include <rtps/builtin/discovery/participant/timedevent/DServerEvent.hpp>
4646
#include <rtps/builtin/liveliness/WLP.hpp>
47-
#include <rtps/participant/RTPSParticipantImpl.h>
47+
#include <rtps/participant/RTPSParticipantImpl.hpp>
4848
#include <rtps/reader/BaseReader.hpp>
4949
#include <rtps/reader/StatefulReader.hpp>
5050
#include <rtps/writer/BaseWriter.hpp>

src/cpp/rtps/builtin/discovery/participant/PDPServerListener.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
#include <rtps/builtin/discovery/participant/DS/DiscoveryServerPDPEndpoints.hpp>
3434
#include <rtps/builtin/discovery/participant/PDPServer.hpp>
3535
#include <rtps/network/utils/external_locators.hpp>
36-
#include <rtps/participant/RTPSParticipantImpl.h>
36+
#include <rtps/participant/RTPSParticipantImpl.hpp>
3737

3838
namespace eprosima {
3939
namespace fastdds {

src/cpp/rtps/builtin/discovery/participant/PDPSimple.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
#include <rtps/builtin/discovery/participant/simple/SimplePDPEndpointsSecure.hpp>
4343
#include <rtps/builtin/liveliness/WLP.hpp>
4444
#include <rtps/history/TopicPayloadPoolRegistry.hpp>
45-
#include <rtps/participant/RTPSParticipantImpl.h>
45+
#include <rtps/participant/RTPSParticipantImpl.hpp>
4646
#include <rtps/reader/BaseReader.hpp>
4747
#include <rtps/reader/StatefulReader.hpp>
4848
#include <rtps/reader/StatelessReader.hpp>

src/cpp/rtps/builtin/discovery/participant/timedevent/DSClientEvent.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#include <rtps/builtin/data/ParticipantProxyData.hpp>
2626
#include <rtps/builtin/discovery/endpoint/EDPClient.h>
2727
#include <rtps/builtin/discovery/participant/PDPClient.h>
28-
#include <rtps/participant/RTPSParticipantImpl.h>
28+
#include <rtps/participant/RTPSParticipantImpl.hpp>
2929
#include <rtps/resources/ResourceEvent.h>
3030
#include <utils/shared_mutex.hpp>
3131

src/cpp/rtps/builtin/discovery/participant/timedevent/DServerEvent.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
#include <rtps/builtin/data/ParticipantProxyData.hpp>
2525
#include <rtps/builtin/discovery/participant/PDPServer.hpp>
26-
#include <rtps/participant/RTPSParticipantImpl.h>
26+
#include <rtps/participant/RTPSParticipantImpl.hpp>
2727
#include <rtps/resources/ResourceEvent.h>
2828

2929
namespace eprosima {

src/cpp/rtps/builtin/liveliness/WLP.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
#include <rtps/builtin/discovery/participant/PDPSimple.h>
3535
#include <rtps/builtin/liveliness/WLPListener.h>
3636
#include <rtps/history/TopicPayloadPoolRegistry.hpp>
37-
#include <rtps/participant/RTPSParticipantImpl.h>
37+
#include <rtps/participant/RTPSParticipantImpl.hpp>
3838
#include <rtps/reader/BaseReader.hpp>
3939
#include <rtps/reader/StatefulReader.hpp>
4040
#include <rtps/resources/ResourceEvent.h>

src/cpp/rtps/flowcontrol/FlowControllerImpl.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#include <fastdds/utils/TimedMutex.hpp>
1515

1616
#include <rtps/messages/RTPSMessageGroup.hpp>
17-
#include <rtps/participant/RTPSParticipantImpl.h>
17+
#include <rtps/participant/RTPSParticipantImpl.hpp>
1818
#include <rtps/writer/BaseWriter.hpp>
1919
#include <utils/thread.hpp>
2020
#include <utils/threading.hpp>

src/cpp/rtps/messages/MessageReceiver.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#include <fastdds/rtps/writer/RTPSWriter.hpp>
3131

3232
#include <rtps/messages/MessageReceiver.h>
33-
#include <rtps/participant/RTPSParticipantImpl.h>
33+
#include <rtps/participant/RTPSParticipantImpl.hpp>
3434
#include <rtps/reader/BaseReader.hpp>
3535
#include <rtps/writer/BaseWriter.hpp>
3636
#include <statistics/rtps/messages/RTPSStatisticsMessages.hpp>

src/cpp/rtps/messages/RTPSMessageGroup.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
#include <rtps/messages/RTPSGapBuilder.hpp>
3030
#include <rtps/messages/RTPSMessageGroup_t.hpp>
31-
#include <rtps/participant/RTPSParticipantImpl.h>
31+
#include <rtps/participant/RTPSParticipantImpl.hpp>
3232
#include <rtps/reader/BaseReader.hpp>
3333
#include <rtps/writer/BaseWriter.hpp>
3434

src/cpp/rtps/messages/SendBuffersManager.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#include "SendBuffersManager.hpp"
2020

2121
#include "RTPSMessageGroup.hpp"
22-
#include "../participant/RTPSParticipantImpl.h"
22+
#include "../participant/RTPSParticipantImpl.hpp"
2323

2424
namespace eprosima {
2525
namespace fastdds {

src/cpp/rtps/participant/RTPSParticipant.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
#include <fastdds/rtps/Endpoint.hpp>
2121
#include <fastdds/rtps/participant/RTPSParticipant.hpp>
22-
#include <rtps/participant/RTPSParticipantImpl.h>
22+
#include <rtps/participant/RTPSParticipantImpl.hpp>
2323

2424
namespace eprosima {
2525
namespace fastdds {

src/cpp/rtps/participant/RTPSParticipantImpl.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*
1818
*/
1919

20-
#include <rtps/participant/RTPSParticipantImpl.h>
20+
#include <rtps/participant/RTPSParticipantImpl.hpp>
2121

2222
#include <algorithm>
2323
#include <functional>
@@ -58,7 +58,7 @@
5858
#include <rtps/messages/MessageReceiver.h>
5959
#include <rtps/network/utils/external_locators.hpp>
6060
#include <rtps/network/utils/netmask_filter.hpp>
61-
#include <rtps/participant/RTPSParticipantImpl.h>
61+
#include <rtps/participant/RTPSParticipantImpl.hpp>
6262
#include <rtps/persistence/PersistenceService.h>
6363
#include <rtps/reader/StatefulPersistentReader.hpp>
6464
#include <rtps/reader/StatefulReader.hpp>

src/cpp/rtps/participant/RTPSParticipantImpl.h renamed to src/cpp/rtps/participant/RTPSParticipantImpl.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// limitations under the License.
1414

1515
/**
16-
* @file RTPSParticipantImpl.h
16+
* @file RTPSParticipantImpl.hpp
1717
*/
1818

1919
#ifndef FASTDDS_RTPS_PARTICIPANT__RTPSPARTICIPANTIMPL_H

src/cpp/rtps/reader/BaseReader.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
#include <rtps/DataSharing/DataSharingPayloadPool.hpp>
4343
#include <rtps/history/BasicPayloadPool.hpp>
4444
#include <rtps/history/CacheChangePool.h>
45-
#include <rtps/participant/RTPSParticipantImpl.h>
45+
#include <rtps/participant/RTPSParticipantImpl.hpp>
4646
#include <rtps/reader/ReaderHistoryState.hpp>
4747
#include <statistics/rtps/StatisticsBase.hpp>
4848

src/cpp/rtps/reader/RTPSReader.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#include <fastdds/rtps/common/Guid.hpp>
2424
#include <fastdds/rtps/history/ReaderHistory.hpp>
2525

26-
#include <rtps/participant/RTPSParticipantImpl.h>
26+
#include <rtps/participant/RTPSParticipantImpl.hpp>
2727

2828

2929
namespace eprosima {

src/cpp/rtps/reader/StatefulReader.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
#include <rtps/DataSharing/ReaderPool.hpp>
4040
#include <rtps/history/HistoryAttributesExtension.hpp>
4141
#include <rtps/messages/RTPSMessageGroup.hpp>
42-
#include <rtps/participant/RTPSParticipantImpl.h>
42+
#include <rtps/participant/RTPSParticipantImpl.hpp>
4343
#include <rtps/reader/WriterProxy.h>
4444
#include <rtps/writer/LivelinessManager.hpp>
4545
#ifdef FASTDDS_STATISTICS

src/cpp/rtps/reader/StatelessReader.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
#include <rtps/builtin/liveliness/WLP.hpp>
3636
#include <rtps/DataSharing/DataSharingListener.hpp>
3737
#include <rtps/DataSharing/ReaderPool.hpp>
38-
#include <rtps/participant/RTPSParticipantImpl.h>
38+
#include <rtps/participant/RTPSParticipantImpl.hpp>
3939
#include <rtps/reader/StatelessReader.hpp>
4040
#include <rtps/writer/LivelinessManager.hpp>
4141
#ifdef FASTDDS_STATISTICS

src/cpp/rtps/reader/WriterProxy.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
#include <rtps/builtin/data/WriterProxyData.hpp>
2828
#include <rtps/messages/RTPSMessageCreator.hpp>
2929
#include <rtps/network/utils/external_locators.hpp>
30-
#include <rtps/participant/RTPSParticipantImpl.h>
31-
#include <rtps/participant/RTPSParticipantImpl.h>
30+
#include <rtps/participant/RTPSParticipantImpl.hpp>
31+
#include <rtps/participant/RTPSParticipantImpl.hpp>
3232
#include <rtps/resources/TimedEvent.h>
3333
#include <rtps/reader/StatefulReader.hpp>
3434
#include <rtps/writer/BaseWriter.hpp>

src/cpp/rtps/security/SecurityManager.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
#include <rtps/messages/CDRMessage.hpp>
3939
#include <rtps/history/TopicPayloadPoolRegistry.hpp>
4040
#include <rtps/network/NetworkFactory.hpp>
41-
#include <rtps/participant/RTPSParticipantImpl.h>
41+
#include <rtps/participant/RTPSParticipantImpl.hpp>
4242
#include <rtps/reader/StatefulReader.hpp>
4343
#include <rtps/reader/StatelessReader.hpp>
4444
#include <rtps/security/accesscontrol/AccessControl.h>

src/cpp/rtps/writer/BaseWriter.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
#include <rtps/builtin/data/ReaderProxyData.hpp>
5555
#include <rtps/DataSharing/WriterPool.hpp>
5656
#include <rtps/flowcontrol/FlowController.hpp>
57-
#include <rtps/participant/RTPSParticipantImpl.h>
57+
#include <rtps/participant/RTPSParticipantImpl.hpp>
5858
#include <rtps/writer/LocatorSelectorSender.hpp>
5959
#include <statistics/rtps/messages/RTPSStatisticsMessages.hpp>
6060

src/cpp/rtps/writer/RTPSWriter.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#include <fastdds/rtps/attributes/WriterAttributes.hpp>
2424
#include <fastdds/rtps/common/Guid.hpp>
2525

26-
#include <rtps/participant/RTPSParticipantImpl.h>
26+
#include <rtps/participant/RTPSParticipantImpl.hpp>
2727

2828
namespace eprosima {
2929
namespace fastdds {

src/cpp/rtps/writer/ReaderLocator.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#include <fastdds/rtps/reader/RTPSReader.hpp>
2525
#include <fastdds/rtps/writer/RTPSWriter.hpp>
2626

27-
#include <rtps/participant/RTPSParticipantImpl.h>
27+
#include <rtps/participant/RTPSParticipantImpl.hpp>
2828
#include <rtps/reader/BaseReader.hpp>
2929
#include <rtps/writer/BaseWriter.hpp>
3030
#include <rtps/DataSharing/DataSharingListener.hpp>

src/cpp/rtps/writer/ReaderProxy.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#include <rtps/DataSharing/DataSharingNotifier.hpp>
3131
#include <rtps/history/HistoryAttributesExtension.hpp>
3232
#include <rtps/messages/RTPSGapBuilder.hpp>
33-
#include <rtps/participant/RTPSParticipantImpl.h>
33+
#include <rtps/participant/RTPSParticipantImpl.hpp>
3434
#include <rtps/resources/TimedEvent.h>
3535
#include <rtps/writer/StatefulWriter.hpp>
3636
#include <utils/TimeConversion.hpp>

src/cpp/rtps/writer/StatefulWriter.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
#include <rtps/messages/RTPSGapBuilder.hpp>
4747
#include <rtps/messages/RTPSMessageGroup.hpp>
4848
#include <rtps/network/utils/external_locators.hpp>
49-
#include <rtps/participant/RTPSParticipantImpl.h>
49+
#include <rtps/participant/RTPSParticipantImpl.hpp>
5050
#include <rtps/reader/BaseReader.hpp>
5151
#include <rtps/resources/ResourceEvent.h>
5252
#include <rtps/resources/TimedEvent.h>

0 commit comments

Comments
 (0)