From 386cc5543c18f30ce960d639b6efcb436ae03a84 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Adam=20Wardy=C5=84ski?= <no@email>
Date: Wed, 10 Nov 2010 18:48:24 +0100
Subject: [PATCH] Adding remaining LIBWCCL_OPS_ prefixes for define guards in
 libwccl/ops/* header files

---
 libwccl/ops/conditional.h  | 6 +++---
 libwccl/ops/equals.h       | 6 +++---
 libwccl/ops/formatters.h   | 6 +++---
 libwccl/ops/intersects.h   | 6 +++---
 libwccl/ops/issubsetof.h   | 6 +++---
 libwccl/ops/setpredicate.h | 6 +++---
 6 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/libwccl/ops/conditional.h b/libwccl/ops/conditional.h
index ef24d93..785c1d0 100644
--- a/libwccl/ops/conditional.h
+++ b/libwccl/ops/conditional.h
@@ -1,5 +1,5 @@
-#ifndef CONDITIONAL_H
-#define CONDITIONAL_H
+#ifndef LIBWCCL_OPS_CONDITIONAL_H
+#define LIBWCCL_OPS_CONDITIONAL_H
 
 #include <boost/shared_ptr.hpp>
 #include <boost/mpl/list.hpp>
@@ -150,4 +150,4 @@ public:
 
 } /* end ns Wccl */
 
-#endif // CONDITIONAL_H
+#endif // LIBWCCL_OPS_CONDITIONAL_H
diff --git a/libwccl/ops/equals.h b/libwccl/ops/equals.h
index 537b723..74311bb 100644
--- a/libwccl/ops/equals.h
+++ b/libwccl/ops/equals.h
@@ -1,5 +1,5 @@
-#ifndef EQUALS_H
-#define EQUALS_H
+#ifndef LIBWCCL_OPS_EQUALS_H
+#define LIBWCCL_OPS_EQUALS_H
 
 #include <boost/shared_ptr.hpp>
 #include <boost/mpl/list.hpp>
@@ -168,4 +168,4 @@ protected:
 };
 } /* end ns Wccl */
 
-#endif // EQUALS_H
+#endif // LIBWCCL_OPS_EQUALS_H
diff --git a/libwccl/ops/formatters.h b/libwccl/ops/formatters.h
index 9779945..cc7a089 100644
--- a/libwccl/ops/formatters.h
+++ b/libwccl/ops/formatters.h
@@ -1,5 +1,5 @@
-#ifndef FORMATTERS_H
-#define FORMATTERS_H
+#ifndef LIBWCCL_OPS_FORMATTERS_H
+#define LIBWCCL_OPS_FORMATTERS_H
 
 #include <boost/shared_ptr.hpp>
 
@@ -74,4 +74,4 @@ struct BinaryFunctionFormatter
 } /* end ns Wccl */
 
 
-#endif // FORMATTERS_H
+#endif // LIBWCCL_OPS_FORMATTERS_H
diff --git a/libwccl/ops/intersects.h b/libwccl/ops/intersects.h
index d7ff5ad..87308f4 100644
--- a/libwccl/ops/intersects.h
+++ b/libwccl/ops/intersects.h
@@ -1,5 +1,5 @@
-#ifndef INTERSECTS_H
-#define INTERSECTS_H
+#ifndef LIBWCCL_OPS_INTERSECTS_H
+#define LIBWCCL_OPS_INTERSECTS_H
 
 #include <boost/shared_ptr.hpp>
 
@@ -53,4 +53,4 @@ protected:
 } /* end ns Wccl */
 
 
-#endif // INTERSECTS_H
+#endif // LIBWCCL_OPS_INTERSECTS_H
diff --git a/libwccl/ops/issubsetof.h b/libwccl/ops/issubsetof.h
index 46a7423..55692a2 100644
--- a/libwccl/ops/issubsetof.h
+++ b/libwccl/ops/issubsetof.h
@@ -1,5 +1,5 @@
-#ifndef ISSUBSETOF_H
-#define ISSUBSETOF_H
+#ifndef LIBWCCL_OPS_ISSUBSETOF_H
+#define LIBWCCL_OPS_ISSUBSETOF_H
 
 #include <boost/shared_ptr.hpp>
 
@@ -57,4 +57,4 @@ protected:
 } /* end ns Wccl */
 
 
-#endif // ISSUBSETOF_H
+#endif // LIBWCCL_OPS_ISSUBSETOF_H
diff --git a/libwccl/ops/setpredicate.h b/libwccl/ops/setpredicate.h
index b0f0bb4..5ca8c57 100644
--- a/libwccl/ops/setpredicate.h
+++ b/libwccl/ops/setpredicate.h
@@ -1,5 +1,5 @@
-#ifndef SETPREDICATE_H
-#define SETPREDICATE_H
+#ifndef LIBWCCL_OPS_SETPREDICATE_H
+#define LIBWCCL_OPS_SETPREDICATE_H
 
 #include <boost/shared_ptr.hpp>
 #include <boost/mpl/list.hpp>
@@ -43,4 +43,4 @@ protected:
 
 } /* end ns Wccl */
 
-#endif // SETPREDICATE_H
+#endif // LIBWCCL_OPS_SETPREDICATE_H
-- 
GitLab