X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=saml%2Fsignature%2FSignableObject.h;h=90ebcaa452cb410b79936722217af576efd5ceca;hb=335291aa66a9f8eae1a4604aa3502ccc948841e9;hp=dafd4e3d90d76efc48376774a8d3a3e9003c6312;hpb=2bca43f62a6859ce908174d90153b327341214d7;p=shibboleth%2Fcpp-opensaml.git diff --git a/saml/signature/SignableObject.h b/saml/signature/SignableObject.h index dafd4e3..90ebcaa 100644 --- a/saml/signature/SignableObject.h +++ b/saml/signature/SignableObject.h @@ -38,14 +38,6 @@ namespace opensaml { virtual ~SignableObject() {} /** - * Returns the XML ID for the object being signed, for input to the - * reference creation process. - * - * @return XML ID or NULL if not set yet - */ - virtual const XMLCh* getId() const=0; - - /** * 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.