Skip to content

Commit

Permalink
Moved qos_converter to include/ since it needs to be accessible to
Browse files Browse the repository at this point in the history
topic_cache.hpp

Signed-off-by: Jaison Titus <[email protected]>
  • Loading branch information
jaisontj committed Oct 18, 2019
1 parent a450d9f commit 1342f8e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2016-2018 Proyectos y Sistemas de Mantenimiento SL (eProsima).
// Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand All @@ -13,8 +13,8 @@
// limitations under the License.


#ifndef QOS_CONVERTER_HPP_
#define QOS_CONVERTER_HPP_
#ifndef RMW_FASTRTPS_SHARED_CPP__QOS_CONVERTER_HPP_
#define RMW_FASTRTPS_SHARED_CPP__QOS_CONVERTER_HPP_

#include "rmw/types.h"

Expand Down Expand Up @@ -83,4 +83,4 @@ dds_qos_to_rmw_qos(
qos->liveliness_lease_duration.nsec = dds_qos.m_liveliness.lease_duration.nanosec;
}

#endif // QOS_CONVERTER_HPP_
#endif // RMW_FASTRTPS_SHARED_CPP__QOS_CONVERTER_HPP_
2 changes: 1 addition & 1 deletion rmw_fastrtps_shared_cpp/src/qos.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

#include <limits>

#include "qos_converter.hpp"
#include "rmw_fastrtps_shared_cpp/qos_converter.hpp"
#include "rmw_fastrtps_shared_cpp/qos.hpp"

#include "fastrtps/attributes/PublisherAttributes.h"
Expand Down

0 comments on commit 1342f8e

Please sign in to comment.