.gitignore: add some missing files
[babeltrace.git] / tests / lib / conds / utils.hpp
index d8abfafe11ac2ad2c2861146bbd80423c86dd58b..7833c072ce86805ceeacd9aa04c00992512246c4 100644 (file)
@@ -4,8 +4,8 @@
  * Copyright (C) 2020 Philippe Proulx <pproulx@efficios.com>
  */
 
-#ifndef TESTS_LIB_CONDS_UTILS_HPP
-#define TESTS_LIB_CONDS_UTILS_HPP
+#ifndef BABELTRACE_TESTS_LIB_CONDS_UTILS_HPP
+#define BABELTRACE_TESTS_LIB_CONDS_UTILS_HPP
 
 #include <functional>
 #include <memory>
@@ -37,8 +37,8 @@ public:
      */
     enum class Type
     {
-        PRE,
-        POST,
+        Pre,
+        Post,
     };
 
 protected:
@@ -180,4 +180,4 @@ using CondTriggers = std::vector<CondTrigger::UP>;
  */
 void condMain(const bt2s::span<const char * const> argv, const CondTriggers& triggers) noexcept;
 
-#endif /* TESTS_LIB_CONDS_UTILS_HPP */
+#endif /* BABELTRACE_TESTS_LIB_CONDS_UTILS_HPP */
This page took 0.033612 seconds and 4 git commands to generate.