Change naming convention for enum class enumerators
[babeltrace.git] / src / cpp-common / bt2 / component-class.hpp
index e32ba34ae6811be0558401ce3f3f05de0b91b057..3d30ad35f0f79ed758dae3a2a850bdd7e48dd5cd 100644 (file)
@@ -54,9 +54,9 @@ public:
 
     enum class Type
     {
-        SOURCE = BT_COMPONENT_CLASS_TYPE_SOURCE,
-        FILTER = BT_COMPONENT_CLASS_TYPE_FILTER,
-        SINK = BT_COMPONENT_CLASS_TYPE_SINK,
+        Source = BT_COMPONENT_CLASS_TYPE_SOURCE,
+        Filter = BT_COMPONENT_CLASS_TYPE_FILTER,
+        Sink = BT_COMPONENT_CLASS_TYPE_SINK,
     };
 
     explicit CommonComponentClass(const LibObjPtr libObjPtr) noexcept :
This page took 0.023287 seconds and 4 git commands to generate.