Sync up ID attribute handling to latest tooling changes.
[shibboleth/cpp-opensaml.git] / saml / signature / SignableObject.h
index dafd4e3..90ebcaa 100644 (file)
@@ -38,14 +38,6 @@ namespace opensaml {
         virtual ~SignableObject() {}\r
 \r
         /**\r
-         * Returns the XML ID for the object being signed, for input to the\r
-         * reference creation process. \r
-         * \r
-         * @return      XML ID or NULL if not set yet \r
-         */\r
-        virtual const XMLCh* getId() const=0;\r
-\r
-        /**\r
          * Gets a new ContentReference object bound to this object.\r
          * It's lifetime must not outlast this object, so it should\r
          * generally be set into a Signature owned by the object.\r