You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ch...@apache.org on 2015/10/29 15:45:20 UTC

qpid-dispatch git commit: NO-JIRA: add standard h file include guards

Repository: qpid-dispatch
Updated Branches:
  refs/heads/crolke-DISPATCH-188-1 a4c1df1ef -> 53b1043f7


NO-JIRA: add standard h file include guards


Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/53b1043f
Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/53b1043f
Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/53b1043f

Branch: refs/heads/crolke-DISPATCH-188-1
Commit: 53b1043f7908b4016a90859064903221426a0358
Parents: a4c1df1
Author: Chuck Rolke <cr...@redhat.com>
Authored: Thu Oct 29 10:46:42 2015 -0400
Committer: Chuck Rolke <cr...@redhat.com>
Committed: Thu Oct 29 10:46:42 2015 -0400

----------------------------------------------------------------------
 src/policy_private.h | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/53b1043f/src/policy_private.h
----------------------------------------------------------------------
diff --git a/src/policy_private.h b/src/policy_private.h
index 9b06648..20e0382 100644
--- a/src/policy_private.h
+++ b/src/policy_private.h
@@ -1,3 +1,5 @@
+#ifndef __policy_private_h__
+#define __policy_private_h__
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -37,3 +39,5 @@
  * @param[in] discard callback switch
  **/
 void qd_policy_handle_open(void *context, bool discard);
+
+#endif


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org