Skip to content

Commit ea1993f

Browse files
committed
rcldotnet_qos_profile: fix naming for DLL usage
1 parent ea05019 commit ea1993f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

rcldotnet/rcldotnet_qos_profile.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,22 +20,22 @@
2020
// The below profile getters are intentionally provided as const pointers to avoid construction of copies.
2121

2222
RCLDOTNET_EXPORT
23-
const rmw_qos_profile_t * RCLDOTNET_CDECL native_rcl_qos_get_profile_default();
23+
const rmw_qos_profile_t * RCLDOTNET_CDECL native_rcl_qos_get_const_profile_default();
2424

2525
RCLDOTNET_EXPORT
26-
const rmw_qos_profile_t * RCLDOTNET_CDECL native_rcl_qos_get_profile_parameter_events();
26+
const rmw_qos_profile_t * RCLDOTNET_CDECL native_rcl_qos_get_const_profile_parameter_events();
2727

2828
RCLDOTNET_EXPORT
29-
const rmw_qos_profile_t * RCLDOTNET_CDECL native_rcl_qos_get_profile_parameters();
29+
const rmw_qos_profile_t * RCLDOTNET_CDECL native_rcl_qos_get_const_profile_parameters();
3030

3131
RCLDOTNET_EXPORT
32-
const rmw_qos_profile_t * RCLDOTNET_CDECL native_rcl_qos_get_profile_sensor_data();
32+
const rmw_qos_profile_t * RCLDOTNET_CDECL native_rcl_qos_get_const_profile_sensor_data();
3333

3434
RCLDOTNET_EXPORT
35-
const rmw_qos_profile_t * RCLDOTNET_CDECL native_rcl_qos_get_profile_services_default();
35+
const rmw_qos_profile_t * RCLDOTNET_CDECL native_rcl_qos_get_const_profile_services_default();
3636

3737
RCLDOTNET_EXPORT
38-
const rmw_qos_profile_t * RCLDOTNET_CDECL native_rcl_qos_get_profile_system_default();
38+
const rmw_qos_profile_t * RCLDOTNET_CDECL native_rcl_qos_get_const_profile_system_default();
3939

4040
RCLDOTNET_EXPORT
4141
int32_t RCLDOTNET_CDECL native_rcl_qos_profile_read_history(void *qos_profile_handle);

0 commit comments

Comments
 (0)