Skip to content

Commit

Permalink
More requested changes
Browse files Browse the repository at this point in the history
Signed-off-by: Iker Luengo <ikerluengo@eprosima.com>
  • Loading branch information
IkerLuengo committed Sep 15, 2021
1 parent de0d66f commit 5c19e6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/fastdds/dds/common/InstanceHandle.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
*
*/

#ifndef _FASTDDS_DDS_INSTANCE_HANDLE_HPP_
#define _FASTDDS_DDS_INSTANCE_HANDLE_HPP_
#ifndef _FASTDDS_DDS_COMMON_INSTANCEHANDLE_HPP_
#define _FASTDDS_DDS_COMMON_INSTANCEHANDLE_HPP_

#include <fastdds/rtps/common/InstanceHandle.h>
#include <fastrtps/fastrtps_dll.h>
Expand All @@ -36,4 +36,4 @@ extern RTPS_DllAPI const InstanceHandle_t HANDLE_NIL;
} // namespace fastdds
} // namespace eprosima

#endif // _FASTDDS_DDS_INSTANCE_HANDLE_HPP_
#endif // _FASTDDS_DDS_COMMON_INSTANCEHANDLE_HPP_

0 comments on commit 5c19e6c

Please sign in to comment.