You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by sc...@apache.org on 2017/09/01 22:26:35 UTC

svn commit: r1807010 - /santuario/xml-security-cpp/trunk/xsec/canon/XSECCanon.hpp

Author: scantor
Date: Fri Sep  1 22:26:35 2017
New Revision: 1807010

URL: http://svn.apache.org/viewvc?rev=1807010&view=rev
Log:
Add include guard

Modified:
    santuario/xml-security-cpp/trunk/xsec/canon/XSECCanon.hpp

Modified: santuario/xml-security-cpp/trunk/xsec/canon/XSECCanon.hpp
URL: http://svn.apache.org/viewvc/santuario/xml-security-cpp/trunk/xsec/canon/XSECCanon.hpp?rev=1807010&r1=1807009&r2=1807010&view=diff
==============================================================================
--- santuario/xml-security-cpp/trunk/xsec/canon/XSECCanon.hpp (original)
+++ santuario/xml-security-cpp/trunk/xsec/canon/XSECCanon.hpp Fri Sep  1 22:26:35 2017
@@ -28,6 +28,10 @@
  * $Id$
  */
 
+
+#ifndef XSECCanon_INCLUDE
+#define XSECCanon_INCLUDE
+
 // XSEC includes
 #include <xsec/framework/XSECDefs.hpp>
 #include <xsec/utils/XSECSafeBuffer.hpp>
@@ -99,3 +103,4 @@ protected:
 
 };
 
+ #endif /* XSECCanon_INCLUDE */