You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2013/08/30 18:20:27 UTC

[14/50] git commit: TS-2137: Forgot to add header guide in EventNotify.h

TS-2137: Forgot to add header guide in EventNotify.h

Signed-off-by: Yunkai Zhang <qi...@taobao.com>


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

Branch: refs/heads/5.0.x
Commit: 3a78753f58492d89528ed7dfd9f317c1a7346103
Parents: 145ed5e
Author: Yunkai Zhang <qi...@taobao.com>
Authored: Fri Aug 23 02:11:35 2013 +0800
Committer: James Peach <jp...@apache.org>
Committed: Thu Aug 22 16:15:52 2013 -0700

----------------------------------------------------------------------
 lib/ts/EventNotify.h | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/3a78753f/lib/ts/EventNotify.h
----------------------------------------------------------------------
diff --git a/lib/ts/EventNotify.h b/lib/ts/EventNotify.h
index 135f037..b74e3af 100644
--- a/lib/ts/EventNotify.h
+++ b/lib/ts/EventNotify.h
@@ -28,6 +28,9 @@
 
 **************************************************************************/
 
+#ifndef EVENT_NOTIFY_H
+#define EVENT_NOTIFY_H
+
 #include "ink_thread.h"
 
 class EventNotify
@@ -51,3 +54,6 @@ private:
   ink_mutex m_mutex;
 #endif
 };
+
+#endif /* EVENT_NOTIFY_H */
+/* vim: set sw=4 ts=4 tw=79 et : */