X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=saml%2FRootObject.h;h=1f143bd43875a96b3bbd982e5597c69adc38c455;hb=b64ce0fbcf21c322d9d4f1cc282b29e81ff4ead7;hp=bbdc215c7adf0a1724b09636c83d3113f9488836;hpb=932cfaae2176c2eba1a9938dc420591a9551a7f3;p=shibboleth%2Fcpp-opensaml.git diff --git a/saml/RootObject.h b/saml/RootObject.h index bbdc215..1f143bd 100644 --- a/saml/RootObject.h +++ b/saml/RootObject.h @@ -32,21 +32,12 @@ namespace opensaml { * Base class for SAML objects at the root of core schemas. * Root objects are signable, and have message identifiers and timestamps. */ - class SAML_API RootObject : public virtual SignableObject + class SAML_API RootObject : public SignableObject { public: virtual ~RootObject() {} /** - * Indicates whether the object is an assertion. - * - * @return true iff the object is an assertion - */ - virtual bool isAssertion() const { - return false; - } - - /** * Returns the unique SAML ID of the object. * * @return the unique SAML ID