Added const modifiers.
[shibboleth/cpp-opensaml.git] / saml / security / ChainingTrustEngine.h
index 9e80dc5..ed24c53 100644 (file)
@@ -81,14 +81,14 @@ namespace opensaml {
             xmlsignature::Signature& sig,\r
             const saml2md::RoleDescriptor& role,\r
             const xmlsignature::KeyResolver* keyResolver=NULL\r
-            );\r
+            ) const;\r
         virtual bool validate(\r
             XSECCryptoX509* certEE,\r
             const std::vector<XSECCryptoX509*>& certChain,\r
             const saml2md::RoleDescriptor& role,\r
             bool checkName=true,\r
             const xmlsignature::KeyResolver* keyResolver=NULL\r
-            );\r
+            ) const;\r
 \r
     private:\r
         std::vector<X509TrustEngine*> m_engines;\r