Add some missing class decls.
authorscantor <scantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Fri, 6 Apr 2012 18:18:04 +0000 (18:18 +0000)
committerscantor <scantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Fri, 6 Apr 2012 18:18:04 +0000 (18:18 +0000)
git-svn-id: https://svn.shibboleth.net/cpp-sp/branches/REL_2@3610 cb58f699-b61c-0410-a6fe-9272a202ed29

shibsp/SessionCache.h
shibsp/attribute/resolver/AttributeResolver.h

index 5ac74d3..d566bfd 100644 (file)
@@ -48,6 +48,9 @@ namespace opensaml {
     namespace saml2 {
         class SAML_API NameID;
     };
+    namespace saml2md {
+        class SAML_API EntityDescriptor;
+    };
 };
 #endif
 
index 940f357..329a659 100644 (file)
 #include <vector>
 #include <xmltooling/Lockable.h>
 
+namespace xmltooling {
+    class XMLTOOL_API GenericRequest;
+};
+
 namespace opensaml {
     class SAML_API Assertion;
     namespace saml2 {