Skip to content

Commit

Permalink
Refs #20765: Make .h files .hpp
Browse files Browse the repository at this point in the history
Signed-off-by: elianalf <[email protected]>
  • Loading branch information
elianalf committed May 24, 2024
1 parent fc47457 commit 01662e8
Show file tree
Hide file tree
Showing 19 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion include/fastdds/rtps/writer/StatelessPersistentWriter.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

#ifndef DOXYGEN_SHOULD_SKIP_THIS_PUBLIC

#include <fastdds/rtps/writer/StatelessWriter.h>
#include <fastdds/rtps/writer/StatelessWriter.hpp>
#include <fastdds/rtps/writer/PersistentWriter.h>

namespace eprosima {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#include <fastdds/rtps/common/EntityId_t.hpp>
#include <rtps/builtin/BuiltinReader.hpp>
#include <rtps/builtin/discovery/participant/DS/DiscoveryServerPDPEndpoints.hpp>
#include <rtps/reader/StatelessReader.h>
#include <rtps/reader/StatelessReader.hpp>

namespace eprosima {
namespace fastdds {
Expand Down
4 changes: 2 additions & 2 deletions src/cpp/rtps/builtin/discovery/participant/PDP.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#include <fastdds/rtps/history/ReaderHistory.h>
#include <fastdds/rtps/history/WriterHistory.h>
#include <fastdds/rtps/participant/RTPSParticipantListener.h>
#include <fastdds/rtps/writer/StatelessWriter.h>
#include <fastdds/rtps/writer/StatelessWriter.hpp>

#include <fastdds/builtin/type_lookup_service/TypeLookupManager.hpp>
#include <fastdds/utils/IPLocator.h>
Expand All @@ -49,7 +49,7 @@
#include <rtps/resources/TimedEvent.h>
#include <rtps/participant/RTPSParticipantImpl.h>
#include <rtps/reader/StatefulReader.h>
#include <rtps/reader/StatelessReader.h>
#include <rtps/reader/StatelessReader.hpp>
#include <utils/shared_mutex.hpp>
#include <utils/TimeConversion.hpp>

Expand Down
4 changes: 2 additions & 2 deletions src/cpp/rtps/builtin/discovery/participant/PDPSimple.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#include <fastdds/rtps/history/ReaderHistory.h>
#include <fastdds/rtps/history/WriterHistory.h>
#include <fastdds/rtps/participant/RTPSParticipantListener.h>
#include <fastdds/rtps/writer/StatelessWriter.h>
#include <fastdds/rtps/writer/StatelessWriter.hpp>

#include <fastdds/builtin/type_lookup_service/TypeLookupManager.hpp>
#include <fastdds/utils/IPLocator.h>
Expand All @@ -44,7 +44,7 @@
#include <rtps/participant/RTPSParticipantImpl.h>
#include <rtps/reader/StatefulReader.h>
#include <rtps/resources/TimedEvent.h>
#include <rtps/reader/StatelessReader.h>
#include <rtps/reader/StatelessReader.hpp>

namespace eprosima {
namespace fastrtps {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
#include <memory>

#include <fastdds/rtps/builtin/data/BuiltinEndpoints.hpp>
#include <fastdds/rtps/writer/StatelessWriter.h>
#include <fastdds/rtps/writer/StatelessWriter.hpp>
#include <rtps/builtin/BuiltinReader.hpp>
#include <rtps/builtin/BuiltinWriter.hpp>
#include <rtps/builtin/discovery/participant/PDPEndpoints.hpp>
#include <rtps/history/ITopicPayloadPool.h>
#include <rtps/reader/StatelessReader.h>
#include <rtps/reader/StatelessReader.hpp>

namespace eprosima {
namespace fastdds {
Expand Down
8 changes: 4 additions & 4 deletions src/cpp/rtps/participant/RTPSParticipantImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
#include <fastdds/rtps/transport/UDPv4TransportDescriptor.h>
#include <fastdds/rtps/writer/StatefulPersistentWriter.h>
#include <fastdds/rtps/writer/StatefulWriter.h>
#include <fastdds/rtps/writer/StatelessPersistentWriter.h>
#include <fastdds/rtps/writer/StatelessWriter.h>
#include <fastdds/rtps/writer/StatelessPersistentWriter.hpp>
#include <fastdds/rtps/writer/StatelessWriter.hpp>
#include <fastdds/utils/IPFinder.h>

#include <rtps/builtin/BuiltinProtocols.h>
Expand All @@ -61,9 +61,9 @@
#include <rtps/participant/RTPSParticipantImpl.h>
#include <rtps/persistence/PersistenceService.h>
#include <rtps/reader/StatefulPersistentReader.h>
#include <rtps/reader/StatelessPersistentReader.h>
#include <rtps/reader/StatelessPersistentReader.hpp>
#include <rtps/reader/StatefulReader.h>
#include <rtps/reader/StatelessReader.h>
#include <rtps/reader/StatelessReader.hpp>
#include <statistics/rtps/GuidUtils.hpp>
#include <utils/Semaphore.hpp>
#include <utils/string_utilities.hpp>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// limitations under the License.

/**
* @file StatefulPersistentReader.h
* @file StatefulPersistentReader.hpp
*/


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// limitations under the License.

/**
* @file .h
* @file StatefulReader.hpp
*/

#ifndef _FASTDDS_RTPS_READER_STATEFULREADER_H_
Expand Down
2 changes: 1 addition & 1 deletion src/cpp/rtps/reader/StatelessPersistentReader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*
*/

#include <rtps/reader/StatelessPersistentReader.h>
#include <rtps/reader/StatelessPersistentReader.hpp>

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
// limitations under the License.

/**
* @file StatelessPersistentReader.h
* @file StatelessPersistentReader.hpp
*/


#ifndef _FASTDDS_RTPS_STATELESSPERSISTENTREADER_H_
#define _FASTDDS_RTPS_STATELESSPERSISTENTREADER_H_
#ifndef DOXYGEN_SHOULD_SKIP_THIS_PUBLIC

#include <rtps/reader/StatelessReader.h>
#include <rtps/reader/StatelessReader.hpp>

namespace eprosima {
namespace fastrtps {
Expand Down
2 changes: 1 addition & 1 deletion src/cpp/rtps/reader/StatelessReader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#include <rtps/DataSharing/DataSharingListener.hpp>
#include <rtps/DataSharing/ReaderPool.hpp>
#include <rtps/participant/RTPSParticipantImpl.h>
#include <rtps/reader/StatelessReader.h>
#include <rtps/reader/StatelessReader.hpp>
#include <rtps/writer/LivelinessManager.hpp>

#include "rtps/RTPSDomainImpl.hpp"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// limitations under the License.

/**
* @file StatelessReader.h
* @file StatelessReader.hpp
*/


Expand Down
4 changes: 2 additions & 2 deletions src/cpp/rtps/security/SecurityManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#include <fastdds/rtps/security/accesscontrol/SecurityMaskUtilities.h>
#include <fastdds/rtps/security/authentication/Authentication.h>
#include <fastdds/rtps/writer/StatefulWriter.h>
#include <fastdds/rtps/writer/StatelessWriter.h>
#include <fastdds/rtps/writer/StatelessWriter.hpp>

#include <rtps/builtin/discovery/endpoint/EDP.h>
#include <rtps/builtin/discovery/participant/PDP.h>
Expand All @@ -46,7 +46,7 @@
#include <rtps/network/NetworkFactory.h>
#include <rtps/participant/RTPSParticipantImpl.h>
#include <rtps/reader/StatefulReader.h>
#include <rtps/reader/StatelessReader.h>
#include <rtps/reader/StatelessReader.hpp>
#include <security/OpenSSLInit.hpp>

#define BUILTIN_ENDPOINT_PARTICIPANT_MESSAGE_SECURE_WRITER (1 << 20)
Expand Down
2 changes: 1 addition & 1 deletion src/cpp/rtps/transport/tcp/RTCPMessageManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#include <atomic>

#include <fastdds/rtps/common/all_common.h>
#include <fastdds/rtps/writer/StatelessWriter.h>
#include <fastdds/rtps/writer/StatelessWriter.hpp>
#include <fastdds/rtps/writer/StatefulWriter.h>
#include <rtps/transport/tcp/TCPControlMessage.h>
#include <rtps/transport/tcp/RTCPHeader.h>
Expand Down
2 changes: 1 addition & 1 deletion src/cpp/rtps/writer/StatelessPersistentWriter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*
*/

#include <fastdds/rtps/writer/StatelessPersistentWriter.h>
#include <fastdds/rtps/writer/StatelessPersistentWriter.hpp>

#include <fastdds/rtps/history/WriterHistory.h>

Expand Down
2 changes: 1 addition & 1 deletion src/cpp/rtps/writer/StatelessWriter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*
*/

#include <fastdds/rtps/writer/StatelessWriter.h>
#include <fastdds/rtps/writer/StatelessWriter.hpp>

#include <algorithm>
#include <mutex>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#ifndef DOXYGEN_SHOULD_SKIP_THIS_PUBLIC

#include <fastdds/rtps/common/all_common.h>
#include <fastdds/rtps/writer/StatelessWriter.h>
#include <fastdds/rtps/writer/StatelessWriter.hpp>
#include <fastdds/rtps/writer/StatefulWriter.h>


Expand Down
2 changes: 1 addition & 1 deletion test/unittest/dds/subscriber/DataReaderHistoryTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <fastdds/dds/topic/TopicDataType.hpp>
#include <fastdds/dds/topic/Topic.hpp>
#include <fastdds/utils/TimedMutex.hpp>
#include <rtps/reader/StatelessReader.h>
#include <rtps/reader/StatelessReader.hpp>


#include <gmock/gmock.h>
Expand Down
4 changes: 2 additions & 2 deletions test/unittest/rtps/security/SecurityTests.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
#include <fastdds/rtps/security/accesscontrol/ParticipantSecurityAttributes.h>
#include <fastdds/rtps/security/common/Handle.h>
#include <fastdds/rtps/writer/StatefulWriter.h>
#include <fastdds/rtps/writer/StatelessWriter.h>
#include <fastdds/rtps/writer/StatelessWriter.hpp>

#include <rtps/builtin/discovery/participant/PDP.h>
#include <rtps/participant/RTPSParticipantImpl.h>
#include <rtps/reader/StatefulReader.h>
#include <rtps/reader/StatelessReader.h>
#include <rtps/reader/StatelessReader.hpp>
#include <rtps/security/MockAuthenticationPlugin.h>
#include <rtps/security/MockCryptographyPlugin.h>
#include <rtps/security/SecurityManager.h>
Expand Down

0 comments on commit 01662e8

Please sign in to comment.