Skip to content

Commit f47830e

Browse files
committed
Refs #20765: Make .h files .hpp
Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
1 parent fc47457 commit f47830e

36 files changed

Lines changed: 42 additions & 42 deletions

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
#include <rtps/builtin/BuiltinProtocols.h>
4040
#include <rtps/participant/RTPSParticipantImpl.h>
41-
#include <rtps/reader/StatefulReader.h>
41+
#include <rtps/reader/StatefulReader.hpp>
4242
#include <rtps/RTPSDomainImpl.hpp>
4343

4444
namespace eprosima {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#include <fastdds/builtin/type_lookup_service/TypeLookupManager.hpp>
2525
#include <rtps/participant/RTPSParticipantImpl.h>
2626
#include <rtps/RTPSDomainImpl.hpp>
27-
#include <rtps/reader/StatefulReader.h>
27+
#include <rtps/reader/StatefulReader.hpp>
2828

2929
using eprosima::fastrtps::rtps::RTPSReader;
3030
using eprosima::fastrtps::rtps::CacheChange_t;

src/cpp/fastdds/domain/DomainParticipantImpl.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
#include <fastdds/rtps/participant/RTPSParticipantListener.h>
4242
#include "fastdds/topic/DDSSQLFilter/DDSFilterFactory.hpp"
4343
#include <fastdds/topic/TopicProxyFactory.hpp>
44-
#include <rtps/reader/StatefulReader.h>
44+
#include <rtps/reader/StatefulReader.hpp>
4545

4646
namespace eprosima {
4747
namespace fastrtps {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#include <fastdds/rtps/attributes/ReaderAttributes.h>
2525
#include <fastdds/rtps/history/WriterHistory.h>
2626
#include <fastdds/rtps/writer/StatefulWriter.h>
27-
#include <rtps/reader/StatefulReader.h>
27+
#include <rtps/reader/StatefulReader.hpp>
2828

2929
using namespace ::eprosima::fastrtps::rtps;
3030

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
#include <rtps/builtin/discovery/participant/PDP.h>
4242
#include <rtps/history/TopicPayloadPoolRegistry.hpp>
4343
#include <rtps/history/TopicPayloadPoolRegistry.hpp>
44-
#include <rtps/reader/StatefulReader.h>
44+
#include <rtps/reader/StatefulReader.hpp>
4545
#ifdef FASTDDS_STATISTICS
4646
#include <statistics/rtps/monitor-service/interfaces/IProxyObserver.hpp>
4747
#endif //FASTDDS_STATISTICS

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
#include <rtps/builtin/discovery/endpoint/EDPSimple.h>
3636
#include <rtps/builtin/discovery/participant/PDPSimple.h>
3737
#include <rtps/network/NetworkFactory.h>
38-
#include <rtps/reader/StatefulReader.h>
38+
#include <rtps/reader/StatefulReader.hpp>
3939

4040
using ParameterList = eprosima::fastdds::dds::ParameterList;
4141

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#include <rtps/history/PoolConfig.h>
3232
#include <rtps/history/TopicPayloadPoolRegistry.hpp>
3333
#include <rtps/participant/RTPSParticipantImpl.h>
34-
#include <rtps/reader/StatefulReader.h>
34+
#include <rtps/reader/StatefulReader.hpp>
3535

3636
#include <memory>
3737
#include <string>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#include <rtps/builtin/BuiltinWriter.hpp>
2929
#include <rtps/builtin/discovery/participant/PDPEndpoints.hpp>
3030
#include <rtps/history/ITopicPayloadPool.h>
31-
#include <rtps/reader/StatefulReader.h>
31+
#include <rtps/reader/StatefulReader.hpp>
3232

3333
namespace eprosima {
3434
namespace fastdds {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#include <fastdds/rtps/common/EntityId_t.hpp>
2626
#include <rtps/builtin/BuiltinReader.hpp>
2727
#include <rtps/builtin/discovery/participant/DS/DiscoveryServerPDPEndpoints.hpp>
28-
#include <rtps/reader/StatelessReader.h>
28+
#include <rtps/reader/StatelessReader.hpp>
2929

3030
namespace eprosima {
3131
namespace fastdds {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
#include <rtps/network/utils/external_locators.hpp>
4949
#include <rtps/resources/TimedEvent.h>
5050
#include <rtps/participant/RTPSParticipantImpl.h>
51-
#include <rtps/reader/StatefulReader.h>
52-
#include <rtps/reader/StatelessReader.h>
51+
#include <rtps/reader/StatefulReader.hpp>
52+
#include <rtps/reader/StatelessReader.hpp>
5353
#include <utils/shared_mutex.hpp>
5454
#include <utils/TimeConversion.hpp>
5555

0 commit comments

Comments
 (0)