Rename bt2_common::UuidView::string() -> str()
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 2 May 2022 14:07:30 +0000 (10:07 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 11 Sep 2023 15:24:02 +0000 (11:24 -0400)
More consistent with other internal C++ naming.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: I552d4941b882215a302d8c02ea17bb018db79c5a
Reviewed-on: https://review.lttng.org/c/babeltrace/+/7971
Reviewed-on: https://review.lttng.org/c/babeltrace/+/10820
Tested-by: jenkins <jenkins@lttng.org>
src/cpp-common/uuid-view.hpp

index 7816f25ea9135e24404a3f375453663fe67170bb..5c248b616ebf43cc30065c27e2a746163fd4d36e 100644 (file)
@@ -42,7 +42,7 @@ public:
         return bt_uuid_compare(_mUuid, other._mUuid) < 0;
     }
 
-    std::string string() const
+    std::string str() const
     {
         std::string s;
 
This page took 0.029711 seconds and 4 git commands to generate.