X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=saml%2FRootObject.h;h=1f143bd43875a96b3bbd982e5597c69adc38c455;hb=59f6b347e9874943899c59a3c3afc542387604d9;hp=45103d391350154b1665c0ffe2610cb8f6cde0a3;hpb=8fbc3d93b1ed3b81c43c6c3c1b298a6995550e98;p=shibboleth%2Fcpp-opensaml.git diff --git a/saml/RootObject.h b/saml/RootObject.h index 45103d3..1f143bd 100644 --- a/saml/RootObject.h +++ b/saml/RootObject.h @@ -1,5 +1,5 @@ /* - * Copyright 2001-2006 Internet2 + * Copyright 2001-2007 Internet2 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -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