Skip to content

Commit

Permalink
This reverts commit 6dd0abf.
Browse files Browse the repository at this point in the history
Signed-off-by: Jaison Titus <jaisontj92@gmail.com>
  • Loading branch information
jaisontj committed Nov 22, 2019
1 parent 6dd0abf commit 9879583
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions rmw_implementation/src/functions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ RMW_INTERFACE_FN(rmw_set_log_severity,
1, ARG_TYPES(rmw_log_severity_t))

RMW_INTERFACE_FN(rmw_get_publishers_info_by_topic,
rmw_ret_t, RMW_RET_UNSUPPORTED,
rmw_ret_t, RMW_RET_ERROR,
5, ARG_TYPES(
const rmw_node_t *,
rcutils_allocator_t *,
Expand All @@ -544,7 +544,7 @@ RMW_INTERFACE_FN(rmw_get_publishers_info_by_topic,
rmw_topic_info_array_t *))

RMW_INTERFACE_FN(rmw_get_subscriptions_info_by_topic,
rmw_ret_t, RMW_RET_UNSUPPORTED,
rmw_ret_t, RMW_RET_ERROR,
5, ARG_TYPES(
const rmw_node_t *,
rcutils_allocator_t *,
Expand Down Expand Up @@ -626,9 +626,7 @@ void prefetch_symbols(void)
GET_SYMBOL(rmw_service_server_is_available)
GET_SYMBOL(rmw_set_log_severity)
GET_SYMBOL(rmw_get_publishers_info_by_topic)
rmw_reset_error();
GET_SYMBOL(rmw_get_subscriptions_info_by_topic)
rmw_reset_error();
}

void * symbol_rmw_init = nullptr;
Expand Down

0 comments on commit 9879583

Please sign in to comment.