X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=saml%2Fsaml1%2Fcore%2FAssertions.h;h=c74e8b9ae818b85884b4c035411bcb0c13b056cb;hb=5697d9abd4e6d149bbc6153acde26c3f0a5d4859;hp=dc7c6c3b4cc279bd265cd42492fc96dc27904a0a;hpb=640013e010c6c607b0d68b9aac4dc321c329ab24;p=shibboleth%2Fcpp-opensaml.git diff --git a/saml/saml1/core/Assertions.h b/saml/saml1/core/Assertions.h index dc7c6c3..c74e8b9 100644 --- a/saml/saml1/core/Assertions.h +++ b/saml/saml1/core/Assertions.h @@ -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. @@ -17,7 +17,7 @@ /** * @file saml/saml1/core/Assertions.h * - * XMLObjects representing the SAML 1.x Assertions schema + * XMLObjects representing the SAML 1.x Assertions schema. */ #ifndef __saml1_assertions_h__ @@ -27,14 +27,20 @@ #include #include -#include -#include -#include -#include +#include #define DECL_SAML1OBJECTBUILDER(cname) \ DECL_XMLOBJECTBUILDER(SAML_API,cname,samlconstants::SAML1_NS,samlconstants::SAML1_PREFIX) +namespace xmltooling { + class XMLTOOL_API DateTime; +}; + +namespace xmlsignature { + class XMLTOOL_API KeyInfo; + class XMLTOOL_API Signature; +}; + namespace opensaml { /**