Revert to exception-based policy errors, add "secure" flag to policy to track authn.
[shibboleth/cpp-opensaml.git] / saml / saml2 / binding / SAML2MessageRule.h
index 20e785e..1c20e2f 100644 (file)
@@ -20,6 +20,9 @@
  * SAML 2.0 message extraction rule
  */
 
+#ifndef __saml_2msgrule_h__
+#define __saml_2msgrule_h__
+
 #include <saml/binding/SecurityPolicyRule.h>
 
 
@@ -38,3 +41,5 @@ namespace opensaml {
         };
     };
 };
+
+#endif /* __saml_2msgrule_h__ */