Skip to content

Commit

Permalink
Add in a comment about why we are using extern C.
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Lalancette <[email protected]>
  • Loading branch information
clalancette committed Dec 6, 2018
1 parent 4e63fc8 commit d5f38c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rmw_fastrtps_dynamic_cpp/src/rmw_node_info_and_types.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

#include "rmw_fastrtps_dynamic_cpp/identifier.hpp"

// The extern "C" here enforces that overloading is not used.
extern "C"
{
rmw_ret_t
Expand Down

0 comments on commit d5f38c0

Please sign in to comment.