[cpp-sp COMMIT] in /branches/REL_2/shibsp: SessionCache.h attribute/resolver/AttributeResolver.h

noreply at shibboleth.net noreply at shibboleth.net
Fri Apr 6 19:18:04 BST 2012


Author: scantor
Date: Fri Apr  6 19:18:04 2012
New Revision: 3610

URL: http://svn.shibboleth.net/view/cpp-sp?rev=3610&view=rev
Log:
Add some missing class decls.

Modified:
    branches/REL_2/shibsp/SessionCache.h
    branches/REL_2/shibsp/attribute/resolver/AttributeResolver.h

Modified: branches/REL_2/shibsp/SessionCache.h
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/shibsp/SessionCache.h?rev=3610&r1=3609&r2=3610&view=diff
==============================================================================
--- branches/REL_2/shibsp/SessionCache.h (original)
+++ branches/REL_2/shibsp/SessionCache.h Fri Apr  6 19:18:04 2012
@@ -48,6 +48,9 @@
     namespace saml2 {
         class SAML_API NameID;
     };
+    namespace saml2md {
+        class SAML_API EntityDescriptor;
+    };
 };
 #endif
 

Modified: branches/REL_2/shibsp/attribute/resolver/AttributeResolver.h
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/shibsp/attribute/resolver/AttributeResolver.h?rev=3610&r1=3609&r2=3610&view=diff
==============================================================================
--- branches/REL_2/shibsp/attribute/resolver/AttributeResolver.h (original)
+++ branches/REL_2/shibsp/attribute/resolver/AttributeResolver.h Fri Apr  6 19:18:04 2012
@@ -33,6 +33,10 @@
 #include <string>
 #include <vector>
 #include <xmltooling/Lockable.h>
+
+namespace xmltooling {
+    class XMLTOOL_API GenericRequest;
+};
 
 namespace opensaml {
     class SAML_API Assertion;



More information about the commits mailing list