|
38 | 38 | #include <fastdds/dds/xtypes/dynamic_types/DynamicTypeBuilderFactory.hpp> |
39 | 39 | #include <fastdds/dds/xtypes/type_representation/TypeObject.hpp> |
40 | 40 | #include <fastdds/rtps/attributes/ThreadSettings.hpp> |
41 | | -#include <fastdds/rtps/common/WriteParams.h> |
42 | | -#include <fastdds/rtps/history/IPayloadPool.h> |
43 | | -#include <fastdds/rtps/transport/ChainingTransport.h> |
44 | | -#include <fastdds/rtps/transport/ChainingTransportDescriptor.h> |
| 41 | +#include <fastdds/rtps/common/WriteParams.hpp> |
| 42 | +#include <fastdds/rtps/history/IPayloadPool.hpp> |
| 43 | +#include <fastdds/rtps/transport/ChainingTransport.hpp> |
| 44 | +#include <fastdds/rtps/transport/ChainingTransportDescriptor.hpp> |
45 | 45 | #include <fastdds/rtps/transport/network/AllowedNetworkInterface.hpp> |
46 | 46 | #include <fastdds/rtps/transport/network/BlockedNetworkInterface.hpp> |
47 | 47 | #include <fastdds/rtps/transport/network/NetmaskFilterKind.hpp> |
48 | | -#include <fastdds/rtps/transport/shared_mem/SharedMemTransportDescriptor.h> |
49 | | -#include <fastdds/rtps/transport/TCPTransportDescriptor.h> |
50 | | -#include <fastdds/rtps/transport/TCPv4TransportDescriptor.h> |
51 | | -#include <fastdds/rtps/transport/TCPv6TransportDescriptor.h> |
52 | | -#include <fastdds/rtps/transport/UDPv4TransportDescriptor.h> |
53 | | -#include <fastdds/rtps/transport/UDPv6TransportDescriptor.h> |
| 48 | +#include <fastdds/rtps/transport/shared_mem/SharedMemTransportDescriptor.hpp> |
| 49 | +#include <fastdds/rtps/transport/TCPTransportDescriptor.hpp> |
| 50 | +#include <fastdds/rtps/transport/TCPv4TransportDescriptor.hpp> |
| 51 | +#include <fastdds/rtps/transport/TCPv6TransportDescriptor.hpp> |
| 52 | +#include <fastdds/rtps/transport/UDPv4TransportDescriptor.hpp> |
| 53 | +#include <fastdds/rtps/transport/UDPv6TransportDescriptor.hpp> |
54 | 54 | #include <fastdds/rtps/transport/NetworkBuffer.hpp> |
55 | 55 | #include <fastdds/statistics/dds/domain/DomainParticipant.hpp> |
56 | 56 | #include <fastdds/statistics/dds/publisher/qos/DataWriterQos.hpp> |
57 | 57 | #include <fastdds/statistics/topic_names.hpp> |
58 | | -#include <fastdds/utils/IPLocator.h> |
| 58 | +#include <fastdds/utils/IPLocator.hpp> |
59 | 59 |
|
60 | 60 | using namespace eprosima::fastdds::dds; |
61 | 61 |
|
@@ -6975,7 +6975,7 @@ class LoanableHelloWorldPubSubType : public eprosima::fastdds::dds::TopicDataTyp |
6975 | 6975 | return true; |
6976 | 6976 | } |
6977 | 6977 |
|
6978 | | - MD5 m_md5; |
| 6978 | + eprosima::fastdds::MD5 m_md5; |
6979 | 6979 | unsigned char* m_keyBuffer; |
6980 | 6980 | }; |
6981 | 6981 |
|
|
0 commit comments