You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ji...@apache.org on 2016/04/19 03:09:54 UTC

mesos git commit: Fixed ifndef guard naming for public zk headers.

Repository: mesos
Updated Branches:
  refs/heads/master cd4b24be6 -> a881a5b32


Fixed ifndef guard naming for public zk headers.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/a881a5b3
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/a881a5b3
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/a881a5b3

Branch: refs/heads/master
Commit: a881a5b32a6af7cac949bdba957f06255d88a340
Parents: cd4b24b
Author: Jie Yu <yu...@gmail.com>
Authored: Mon Apr 18 18:09:40 2016 -0700
Committer: Jie Yu <yu...@gmail.com>
Committed: Mon Apr 18 18:09:40 2016 -0700

----------------------------------------------------------------------
 include/mesos/zookeeper/authentication.hpp | 6 +++---
 include/mesos/zookeeper/contender.hpp      | 6 +++---
 include/mesos/zookeeper/detector.hpp       | 6 +++---
 include/mesos/zookeeper/group.hpp          | 6 +++---
 include/mesos/zookeeper/url.hpp            | 6 +++---
 include/mesos/zookeeper/watcher.hpp        | 6 +++---
 include/mesos/zookeeper/zookeeper.hpp      | 6 +++---
 7 files changed, 21 insertions(+), 21 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/a881a5b3/include/mesos/zookeeper/authentication.hpp
----------------------------------------------------------------------
diff --git a/include/mesos/zookeeper/authentication.hpp b/include/mesos/zookeeper/authentication.hpp
index 1c8855a..6a955ab 100644
--- a/include/mesos/zookeeper/authentication.hpp
+++ b/include/mesos/zookeeper/authentication.hpp
@@ -14,8 +14,8 @@
 // See the License for the specific language governing permissions and
 // limitations under the License
 
-#ifndef __ZOOKEEPER_AUTHENTICATION_HPP__
-#define __ZOOKEEPER_AUTHENTICATION_HPP__
+#ifndef __MESOS_ZOOKEEPER_AUTHENTICATION_HPP__
+#define __MESOS_ZOOKEEPER_AUTHENTICATION_HPP__
 
 #include <zookeeper.h>
 
@@ -62,4 +62,4 @@ inline std::ostream& operator<<(
 
 } // namespace zookeeper {
 
-#endif // __ZOOKEEPER_AUTHENTICATION_HPP__
+#endif // __MESOS_ZOOKEEPER_AUTHENTICATION_HPP__

http://git-wip-us.apache.org/repos/asf/mesos/blob/a881a5b3/include/mesos/zookeeper/contender.hpp
----------------------------------------------------------------------
diff --git a/include/mesos/zookeeper/contender.hpp b/include/mesos/zookeeper/contender.hpp
index 348354a..0ef9d56 100644
--- a/include/mesos/zookeeper/contender.hpp
+++ b/include/mesos/zookeeper/contender.hpp
@@ -14,8 +14,8 @@
 // See the License for the specific language governing permissions and
 // limitations under the License
 
-#ifndef __ZOOKEEPER_CONTENDER_HPP
-#define __ZOOKEEPER_CONTENDER_HPP
+#ifndef __MESOS_ZOOKEEPER_CONTENDER_HPP__
+#define __MESOS_ZOOKEEPER_CONTENDER_HPP__
 
 #include <string>
 
@@ -78,4 +78,4 @@ private:
 
 } // namespace zookeeper {
 
-#endif // __ZOOKEEPER_CONTENDER_HPP
+#endif // __MESOS_ZOOKEEPER_CONTENDER_HPP__

http://git-wip-us.apache.org/repos/asf/mesos/blob/a881a5b3/include/mesos/zookeeper/detector.hpp
----------------------------------------------------------------------
diff --git a/include/mesos/zookeeper/detector.hpp b/include/mesos/zookeeper/detector.hpp
index 5c45f72..a953997 100644
--- a/include/mesos/zookeeper/detector.hpp
+++ b/include/mesos/zookeeper/detector.hpp
@@ -14,8 +14,8 @@
 // See the License for the specific language governing permissions and
 // limitations under the License
 
-#ifndef __ZOOKEEPER_DETECTOR_HPP__
-#define __ZOOKEEPER_DETECTOR_HPP__
+#ifndef __MESOS_ZOOKEEPER_DETECTOR_HPP__
+#define __MESOS_ZOOKEEPER_DETECTOR_HPP__
 
 #include <string>
 
@@ -64,4 +64,4 @@ private:
 
 } // namespace zookeeper {
 
-#endif // __ZOOKEEPER_DETECTOR_HPP__
+#endif // __MESOS_ZOOKEEPER_DETECTOR_HPP__

http://git-wip-us.apache.org/repos/asf/mesos/blob/a881a5b3/include/mesos/zookeeper/group.hpp
----------------------------------------------------------------------
diff --git a/include/mesos/zookeeper/group.hpp b/include/mesos/zookeeper/group.hpp
index d5ffca4..7983e50 100644
--- a/include/mesos/zookeeper/group.hpp
+++ b/include/mesos/zookeeper/group.hpp
@@ -14,8 +14,8 @@
 // See the License for the specific language governing permissions and
 // limitations under the License
 
-#ifndef __ZOOKEEPER_GROUP_HPP__
-#define __ZOOKEEPER_GROUP_HPP__
+#ifndef __MESOS_ZOOKEEPER_GROUP_HPP__
+#define __MESOS_ZOOKEEPER_GROUP_HPP__
 
 #include <map>
 #include <set>
@@ -348,4 +348,4 @@ private:
 
 } // namespace zookeeper {
 
-#endif // __ZOOKEEPER_GROUP_HPP__
+#endif // __MESOS_ZOOKEEPER_GROUP_HPP__

http://git-wip-us.apache.org/repos/asf/mesos/blob/a881a5b3/include/mesos/zookeeper/url.hpp
----------------------------------------------------------------------
diff --git a/include/mesos/zookeeper/url.hpp b/include/mesos/zookeeper/url.hpp
index b67d32f..72287d6 100644
--- a/include/mesos/zookeeper/url.hpp
+++ b/include/mesos/zookeeper/url.hpp
@@ -14,8 +14,8 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
-#ifndef __ZOOKEEPER_URL_HPP__
-#define __ZOOKEEPER_URL_HPP__
+#ifndef __MESOS_ZOOKEEPER_URL_HPP__
+#define __MESOS_ZOOKEEPER_URL_HPP__
 
 #include <string>
 
@@ -119,4 +119,4 @@ inline std::ostream& operator<<(std::ostream& stream, const URL& url)
 
 } // namespace zookeeper {
 
-#endif // __ZOOKEEPER_URL_HPP__
+#endif // __MESOS_ZOOKEEPER_URL_HPP__

http://git-wip-us.apache.org/repos/asf/mesos/blob/a881a5b3/include/mesos/zookeeper/watcher.hpp
----------------------------------------------------------------------
diff --git a/include/mesos/zookeeper/watcher.hpp b/include/mesos/zookeeper/watcher.hpp
index 7be9c06..b2961a5 100644
--- a/include/mesos/zookeeper/watcher.hpp
+++ b/include/mesos/zookeeper/watcher.hpp
@@ -14,8 +14,8 @@
 // See the License for the specific language governing permissions and
 // limitations under the License
 
-#ifndef __ZOOKEEPER_WATCHER_HPP__
-#define __ZOOKEEPER_WATCHER_HPP__
+#ifndef __MESOS_ZOOKEEPER_WATCHER_HPP__
+#define __MESOS_ZOOKEEPER_WATCHER_HPP__
 
 #include <stdint.h>
 
@@ -90,4 +90,4 @@ private:
   bool reconnect;
 };
 
-#endif // __ZOOKEEPER_WATCHER_HPP__
+#endif // __MESOS_ZOOKEEPER_WATCHER_HPP__

http://git-wip-us.apache.org/repos/asf/mesos/blob/a881a5b3/include/mesos/zookeeper/zookeeper.hpp
----------------------------------------------------------------------
diff --git a/include/mesos/zookeeper/zookeeper.hpp b/include/mesos/zookeeper/zookeeper.hpp
index 9191df5..3b68957 100644
--- a/include/mesos/zookeeper/zookeeper.hpp
+++ b/include/mesos/zookeeper/zookeeper.hpp
@@ -21,8 +21,8 @@
  * (also known as the compiler-firewall, bridge pattern, etc) was used
  * for the ZooKeeper class.
 */
-#ifndef ZOOKEEPER_HPP
-#define ZOOKEEPER_HPP
+#ifndef __MESOS_ZOOKEEPER_HPP__
+#define __MESOS_ZOOKEEPER_HPP__
 
 #include <stdint.h>
 
@@ -332,4 +332,4 @@ private:
 };
 
 
-#endif /* ZOOKEEPER_HPP */
+#endif /* __MESOS_ZOOKEEPER_HPP__ */