Skip to content

Commit

Permalink
Rename NetmaskFilterKind.h -> NetmaskFilterKind.hpp
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com>
  • Loading branch information
juanlofer-eprosima committed Feb 1, 2024
1 parent d9c2d1b commit f4bfccd
Show file tree
Hide file tree
Showing 14 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion include/fastdds/dds/core/policy/QosPolicies.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#include <fastdds/rtps/common/Types.h>
#include <fastdds/rtps/flowcontrol/FlowControllerConsts.hpp>
#include <fastdds/rtps/resources/ResourceManagement.h>
#include <fastdds/rtps/transport/NetmaskFilterKind.h>
#include <fastdds/rtps/transport/NetmaskFilterKind.hpp>

#include <fastrtps/types/TypeObject.h>
#include <fastrtps/utils/collections/ResourceLimitedVector.hpp>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#include <fastdds/rtps/flowcontrol/FlowControllerDescriptor.hpp>
#include <fastdds/rtps/flowcontrol/ThroughputControllerDescriptor.h>
#include <fastdds/rtps/resources/ResourceManagement.h>
#include <fastdds/rtps/transport/NetmaskFilterKind.h>
#include <fastdds/rtps/transport/NetmaskFilterKind.hpp>
#include <fastdds/rtps/transport/TransportInterface.h>
#include <fastrtps/fastrtps_dll.h>
#include <fastrtps/utils/fixed_size_string.hpp>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
// limitations under the License.

/**
* @file NetmaskFilterKind.hpp
* @file NetmaskFilterKind.hpppp
*/

#ifndef _FASTDDS_RTPS_TRANSPORT_NETMASKFILTER_H_
#define _FASTDDS_RTPS_TRANSPORT_NETMASKFILTER_H_
#ifndef _FASTDDS_RTPS_TRANSPORT_NETMASKFILTER_HPP_
#define _FASTDDS_RTPS_TRANSPORT_NETMASKFILTER_HPP_

#include <ostream>
#include <string>
Expand Down Expand Up @@ -61,4 +61,4 @@ inline std::ostream& operator <<(
} // namespace fastdds
} // namespace eprosima

#endif // _FASTDDS_RTPS_TRANSPORT_NETMASKFILTER_H_
#endif // _FASTDDS_RTPS_TRANSPORT_NETMASKFILTER_HPP_
2 changes: 1 addition & 1 deletion include/fastdds/rtps/transport/SocketTransportDescriptor.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#include <vector>
#include <string>

#include <fastdds/rtps/transport/NetmaskFilterKind.h>
#include <fastdds/rtps/transport/NetmaskFilterKind.hpp>
#include <fastdds/rtps/transport/PortBasedTransportDescriptor.hpp>

namespace eprosima {
Expand Down
2 changes: 1 addition & 1 deletion include/fastdds/rtps/transport/TransportInterface.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include <fastdds/rtps/common/LocatorSelector.hpp>
#include <fastdds/rtps/common/LocatorWithMask.hpp>
#include <fastdds/rtps/common/PortParameters.h>
#include <fastdds/rtps/transport/NetmaskFilterKind.h>
#include <fastdds/rtps/transport/NetmaskFilterKind.hpp>
#include <fastdds/rtps/transport/SenderResource.h>
#include <fastdds/rtps/transport/TransportDescriptorInterface.h>
#include <fastdds/rtps/transport/TransportReceiverInterface.h>
Expand Down
2 changes: 1 addition & 1 deletion src/cpp/rtps/network/NetmaskFilterUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include <unordered_map>

#include <fastdds/rtps/attributes/ExternalLocators.hpp>
#include <fastdds/rtps/transport/NetmaskFilterKind.h>
#include <fastdds/rtps/transport/NetmaskFilterKind.hpp>

#include <rtps/network/NetmaskFilterUtils.hpp>

Expand Down
2 changes: 1 addition & 1 deletion src/cpp/rtps/network/NetmaskFilterUtils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include <vector>

#include <fastdds/rtps/attributes/ExternalLocators.hpp>
#include <fastdds/rtps/transport/NetmaskFilterKind.h>
#include <fastdds/rtps/transport/NetmaskFilterKind.hpp>

namespace eprosima {
namespace fastdds {
Expand Down
2 changes: 1 addition & 1 deletion src/cpp/rtps/transport/TCPTransportInterface.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#include <asio/steady_timer.hpp>

#include <fastdds/rtps/common/LocatorWithMask.hpp>
#include <fastdds/rtps/transport/NetmaskFilterKind.h>
#include <fastdds/rtps/transport/NetmaskFilterKind.hpp>
#include <fastdds/rtps/transport/TCPTransportDescriptor.h>
#include <fastdds/rtps/transport/TransportInterface.h>
#include <fastrtps/utils/IPFinder.h>
Expand Down
2 changes: 1 addition & 1 deletion src/cpp/rtps/transport/UDPChannelResource.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include <fastdds/rtps/attributes/ThreadSettings.hpp>
#include <fastdds/rtps/common/Locator.h>
#include <fastdds/rtps/common/LocatorWithMask.hpp>
#include <fastdds/rtps/transport/NetmaskFilterKind.h>
#include <fastdds/rtps/transport/NetmaskFilterKind.hpp>

#include <rtps/transport/ChannelResource.h>

Expand Down
2 changes: 1 addition & 1 deletion src/cpp/rtps/transport/UDPTransportInterface.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include <asio.hpp>

#include <fastdds/rtps/common/LocatorWithMask.hpp>
#include <fastdds/rtps/transport/NetmaskFilterKind.h>
#include <fastdds/rtps/transport/NetmaskFilterKind.hpp>
#include <fastdds/rtps/transport/TransportInterface.h>
#include <fastdds/rtps/transport/UDPTransportDescriptor.h>
#include <fastrtps/utils/IPFinder.h>
Expand Down
2 changes: 1 addition & 1 deletion src/cpp/rtps/xmlparser/XMLParser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#include <fastdds/dds/log/StdoutConsumer.hpp>
#include <fastdds/dds/log/StdoutErrConsumer.hpp>
#include <fastdds/rtps/attributes/ThreadSettings.hpp>
#include <fastdds/rtps/transport/NetmaskFilterKind.h>
#include <fastdds/rtps/transport/NetmaskFilterKind.hpp>
#include <fastdds/rtps/transport/shared_mem/SharedMemTransportDescriptor.h>
#include <fastrtps/transport/TCPv4TransportDescriptor.h>
#include <fastrtps/transport/TCPv6TransportDescriptor.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#include <fastdds/rtps/flowcontrol/FlowControllerDescriptor.hpp>
#include <fastdds/rtps/flowcontrol/ThroughputControllerDescriptor.h>
#include <fastdds/rtps/resources/ResourceManagement.h>
#include <fastdds/rtps/transport/NetmaskFilterKind.h>
#include <fastdds/rtps/transport/NetmaskFilterKind.hpp>
#include <fastdds/rtps/transport/TransportInterface.h>
#include <fastrtps/fastrtps_dll.h>
#include <fastrtps/transport/UDPv4TransportDescriptor.h>
Expand Down
2 changes: 1 addition & 1 deletion test/unittest/xmlparser/XMLParserTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include <fastdds/dds/log/StdoutConsumer.hpp>
#include <fastdds/dds/log/StdoutErrConsumer.hpp>
#include <fastdds/rtps/attributes/ThreadSettings.hpp>
#include <fastdds/rtps/transport/NetmaskFilterKind.h>
#include <fastdds/rtps/transport/NetmaskFilterKind.hpp>
#include <fastdds/rtps/transport/PortBasedTransportDescriptor.hpp>
#include <fastdds/rtps/transport/shared_mem/SharedMemTransportDescriptor.h>
#include <fastrtps/transport/TCPv4TransportDescriptor.h>
Expand Down
2 changes: 1 addition & 1 deletion test/unittest/xmlparser/XMLProfileParserTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#include <fastdds/dds/log/Log.hpp>
#include <fastdds/dds/log/OStreamConsumer.hpp>
#include <fastdds/dds/log/StdoutErrConsumer.hpp>
#include <fastdds/rtps/transport/NetmaskFilterKind.h>
#include <fastdds/rtps/transport/NetmaskFilterKind.hpp>
#include <fastdds/rtps/transport/shared_mem/SharedMemTransportDescriptor.h>
#include <fastrtps/transport/TCPTransportDescriptor.h>
#include <fastrtps/transport/UDPTransportDescriptor.h>
Expand Down

0 comments on commit f4bfccd

Please sign in to comment.