Revert to exception-based policy errors, add "secure" flag to policy to track authn.
[shibboleth/cpp-opensaml.git] / saml / binding / XMLSigningRule.h
index 0469914..4806282 100644 (file)
@@ -20,6 +20,9 @@
  * XML Signature checking SecurityPolicyRule
  */
 
+#ifndef __saml_xmlsignrule_h__
+#define __saml_xmlsignrule_h__
+
 #include <saml/binding/SecurityPolicyRule.h>
 
 
@@ -37,3 +40,5 @@ namespace opensaml {
     };
     
 };
+
+#endif /* __saml_xmlsignrule_h__ */