Missing header.
authorScott Cantor <cantor.2@osu.edu>
Tue, 3 Nov 2009 03:56:38 +0000 (03:56 +0000)
committerScott Cantor <cantor.2@osu.edu>
Tue, 3 Nov 2009 03:56:38 +0000 (03:56 +0000)
saml/binding/impl/SecurityPolicy.cpp
saml/profile/impl/ConditionsRule.cpp
saml/saml2/core/Protocols.h
saml/saml2/metadata/DynamicMetadataProvider.h
saml/saml2/profile/impl/BearerConfirmationRule.cpp
saml/saml2/profile/impl/DelegationRestrictionRule.cpp

index 2d40425..c311885 100644 (file)
@@ -26,6 +26,8 @@
 #include "binding/SecurityPolicyRule.h"
 #include "saml2/core/Assertions.h"
 
+#include <xercesc/util/XMLUniDefs.hpp>
+
 using namespace opensaml::saml2md;
 using namespace opensaml::saml2;
 using namespace opensaml;
index 093ab4c..e572d2b 100644 (file)
@@ -27,6 +27,7 @@
 #include "saml1/core/Assertions.h"
 #include "saml2/core/Assertions.h"
 
+#include <xercesc/util/XMLUniDefs.hpp>
 #include <xmltooling/logging.h>
 #include <xmltooling/XMLToolingConfig.h>
 #include <xmltooling/util/ParserPool.h>
index 6c0e510..0688437 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  Copyright 2001-2007 Internet2
+ *  Copyright 2001-2009 Internet2
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -25,6 +25,8 @@
 
 #include <saml/saml2/core/Assertions.h>
 
+#include <xercesc/util/XMLUniDefs.hpp>
+
 #define DECL_SAML2POBJECTBUILDER(cname) \
     DECL_XMLOBJECTBUILDER(SAML_API,cname,samlconstants::SAML20P_NS,samlconstants::SAML20P_PREFIX)
 
index cd627bb..fe3d051 100644 (file)
@@ -60,6 +60,8 @@ namespace opensaml {
             /** Caps the allowable cache duration of a metadata instance. */
             time_t m_maxCacheDuration;
 
+            using AbstractMetadataProvider::resolve;
+
             /**
              * Resolves a metadata instance using the supplied criteria.
              *
index 13f16c8..37acb15 100644 (file)
@@ -26,6 +26,7 @@
 #include "saml2/core/Assertions.h"
 #include "saml2/profile/SAML2AssertionPolicy.h"
 
+#include <xercesc/util/XMLUniDefs.hpp>
 #include <xmltooling/logging.h>
 #include <xmltooling/XMLToolingConfig.h>
 #include <xmltooling/io/HTTPRequest.h>
index 6a9100c..916ddc2 100644 (file)
@@ -27,6 +27,7 @@
 #include "util/SAMLConstants.h"
 
 #include <ctime>
+#include <xercesc/util/XMLUniDefs.hpp>
 #include <xmltooling/logging.h>
 #include <xmltooling/XMLToolingConfig.h>