X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=xmltooling%2Fencryption%2FEncryptedKeyResolver.h;h=a93a82558ddc18cb11946edcbce93c60852d30fe;hb=fcaca17619b128556bdd7f19dbb0fb5688259fac;hp=9a4c42ea9952d053fa1c660ffe519a37f27682ad;hpb=762a64cd6bbedf98fc57d0541e718a6fbfa42142;p=shibboleth%2Fxmltooling.git diff --git a/xmltooling/encryption/EncryptedKeyResolver.h b/xmltooling/encryption/EncryptedKeyResolver.h index 9a4c42e..a93a825 100644 --- a/xmltooling/encryption/EncryptedKeyResolver.h +++ b/xmltooling/encryption/EncryptedKeyResolver.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. @@ -33,8 +33,8 @@ namespace xmlencryption { class XMLTOOL_API EncryptedKeyResolver { MAKE_NONCOPYABLE(EncryptedKeyResolver); public: - EncryptedKeyResolver() {} - virtual ~EncryptedKeyResolver() {} + EncryptedKeyResolver(); + virtual ~EncryptedKeyResolver(); /** * Returns an encrypted key based on the supplied object's KeyInfo information.