Skip to content

Commit

Permalink
Refs #21128: fastdds/rtps/transport/shared_mem/test_SharedMemTranspor…
Browse files Browse the repository at this point in the history
…tDescriptor.hpp

Signed-off-by: JesusPoderoso <[email protected]>
  • Loading branch information
JesusPoderoso committed Jun 25, 2024
1 parent d121174 commit 0a1e3b0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,13 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#ifndef _FASTDDS_TEST_SHAREDMEM_TRANSPORT_DESCRIPTOR_
#define _FASTDDS_TEST_SHAREDMEM_TRANSPORT_DESCRIPTOR_
/**
* @file test_SharedMemTransportDescriptor.hpp
*
*/

#ifndef FASTDDS_RTPS_TRANSPORT_SHARED_MEM__TEST_SHAREDMEMTRANSPORTDESCRIPTOR_HPP
#define FASTDDS_RTPS_TRANSPORT_SHARED_MEM__TEST_SHAREDMEMTRANSPORTDESCRIPTOR_HPP

#include <fastdds/rtps/transport/shared_mem/SharedMemTransportDescriptor.hpp>

Expand Down Expand Up @@ -48,4 +53,4 @@ typedef struct test_SharedMemTransportDescriptor : public SharedMemTransportDesc
} // namespace fastdds
} // namespace eprosima

#endif //_FASTDDS_TEST_SHAREDMEM_TRANSPORT_DESCRIPTOR_
#endif //FASTDDS_RTPS_TRANSPORT_SHARED_MEM__TEST_SHAREDMEMTRANSPORTDESCRIPTOR_HPP
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#ifndef _FASTDDS_TEST_SHAREDMEM_TRANSPORT_H_
#define _FASTDDS_TEST_SHAREDMEM_TRANSPORT_H_

#include <fastdds/rtps/transport/shared_mem/test_SharedMemTransportDescriptor.h>
#include <fastdds/rtps/transport/shared_mem/test_SharedMemTransportDescriptor.hpp>

#include <rtps/transport/shared_mem/SharedMemTransport.h>

Expand Down
2 changes: 1 addition & 1 deletion test/blackbox/common/BlackboxTestsTransportSHM.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include "./mock/BlackboxMockConsumer.h"

#include <fastdds/dds/log/Log.hpp>
#include <fastdds/rtps/transport/shared_mem/test_SharedMemTransportDescriptor.h>
#include <fastdds/rtps/transport/shared_mem/test_SharedMemTransportDescriptor.hpp>
#include <fastdds/rtps/transport/UDPv4TransportDescriptor.hpp>
#include <gtest/gtest.h>

Expand Down

0 comments on commit 0a1e3b0

Please sign in to comment.