Add missing class declaration.
authorcantor <cantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Sun, 27 Sep 2009 04:06:10 +0000 (04:06 +0000)
committercantor <cantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Sun, 27 Sep 2009 04:06:10 +0000 (04:06 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-xmltooling/branches/REL_1@654 de75baf8-a10c-0410-a50a-987c0e22f00f

xmltooling/security/CredentialCriteria.h

index 342f2ea..3135356 100644 (file)
@@ -31,6 +31,7 @@ class DSIGKeyInfoList;
 class XSECCryptoKey;
 
 namespace xmlsignature {
+    class XMLTOOL_API Credential;
     class XMLTOOL_API KeyInfo;
     class XMLTOOL_API Signature;
 };