cpp-common/bt2: make `getSupportedMipVersions` methods take a `ConstMapValue`
authorSimon Marchi <simon.marchi@efficios.com>
Wed, 13 Mar 2024 04:14:36 +0000 (00:14 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Tue, 26 Mar 2024 18:56:36 +0000 (14:56 -0400)
commitd8e57f7413684c01b8c6bb34eeda4f0bc5f36abe
treebd8ed22c1dbd0c76dbc458ce046be86a33758a01
parent292762ab236187b1c4546febedf0f450ba3acf77
cpp-common/bt2: make `getSupportedMipVersions` methods take a `ConstMapValue`

The "get_supported_mip_versions" component class methods always receive
a map value.  The equivalent methods in the C++ bindings should
therefore take a `ConstMapValue.

Change-Id: Ia3ba17048337d3abb72cefa2ae88c7b3187833f2
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/12048
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
Tested-by: jenkins <jenkins@lttng.org>
src/cpp-common/bt2/component-class-dev.hpp
src/cpp-common/bt2/internal/comp-cls-bridge.hpp
This page took 0.025416 seconds and 4 git commands to generate.