From e7c0e61827c72ed2bb2490e8f7c1969b77fe643e Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Mon, 7 Jan 2008 16:02:31 +0000 Subject: [PATCH] Removed old method. --- saml/signature/SignableObject.h | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/saml/signature/SignableObject.h b/saml/signature/SignableObject.h index 8c10e77..2e27dc9 100644 --- a/saml/signature/SignableObject.h +++ b/saml/signature/SignableObject.h @@ -36,17 +36,6 @@ namespace opensaml { { public: virtual ~SignableObject() {} - - /** - * Gets a new ContentReference object bound to this object. - * It's lifetime must not outlast this object, so it should - * generally be set into a Signature owned by the object. - * - * @return a new ContentReference - */ - virtual ContentReference* getContentReference() const { - return new ContentReference(*this); - } /** * Returns the enveloped Signature from the object. -- 2.1.4