X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=blobdiff_plain;f=saml%2Fbinding%2FMessageEncoder.h;h=8ee13a8bb28c0c97485ce66f4efd8feae4423cae;hp=eb2db16ef4d7d58a929d77d74db776672f6d0d90;hb=d8a4f024b89272eae00618fc39e6127b6c191edd;hpb=9f10292e987cc822929bb83f9462e21874b9863a diff --git a/saml/binding/MessageEncoder.h b/saml/binding/MessageEncoder.h index eb2db16..8ee13a8 100644 --- a/saml/binding/MessageEncoder.h +++ b/saml/binding/MessageEncoder.h @@ -48,7 +48,7 @@ namespace opensaml { { MAKE_NONCOPYABLE(MessageEncoder); public: - virtual ~MessageEncoder() {} + virtual ~MessageEncoder(); /** * Indicates whether the encoding format requires that messages be as compact as possible. @@ -77,9 +77,9 @@ namespace opensaml { class SAML_API ArtifactGenerator { MAKE_NONCOPYABLE(ArtifactGenerator); protected: - ArtifactGenerator() {} + ArtifactGenerator(); public: - virtual ~ArtifactGenerator() {} + virtual ~ArtifactGenerator(); /** * Generate a SAML 1.x artifact suitable for consumption by the relying party. @@ -133,7 +133,7 @@ namespace opensaml { ) const=0; protected: - MessageEncoder() {} + MessageEncoder(); }; /**