X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=blobdiff_plain;f=saml%2FAssertion.h;h=5172dbdcb3830bbf0e32087b7e23d97d0aca689e;hp=2f1d147459ff49a36a219b7836fc01925b0efbb7;hb=9f9783497033d5377b1dbc58e776024ab2bb9724;hpb=3d601510d00f3d81e0b591659b41de4a88aa618f diff --git a/saml/Assertion.h b/saml/Assertion.h index 2f1d147..5172dbd 100644 --- a/saml/Assertion.h +++ b/saml/Assertion.h @@ -29,20 +29,6 @@ #include -namespace opensaml { - - /** - * Base class for SAML assertions. - * Currently just a marker interface. - */ - class SAML_API Assertion : public virtual RootObject - { - public: - virtual ~Assertion(); - protected: - Assertion(); - }; - -}; +// Moved declaration into RootObject.h header. #endif /* __saml_assertion_h__ */