X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=blobdiff_plain;f=saml%2Fsignature%2FSignableObject.h;h=bd57adeb99c2b08ec30e6ccf250a71c0125a3c04;hp=fac2bb3c7a18e9b3c2a0c55929059cef94532907;hb=e9554c255ad3c91c7c4976e7a1a54905903e66a2;hpb=50f75e2cd3ddaca8e9808a3e5af9517deca3c9c3 diff --git a/saml/signature/SignableObject.h b/saml/signature/SignableObject.h index fac2bb3..bd57ade 100644 --- a/saml/signature/SignableObject.h +++ b/saml/signature/SignableObject.h @@ -43,14 +43,14 @@ namespace opensaml { /** * Returns the enveloped Signature from the object. * - * @return the enveloped Signature, or NULL + * @return the enveloped Signature, or nullptr */ virtual xmlsignature::Signature* getSignature() const=0; /** * Sets an enveloped Signature in the object. * - * @param sig the enveloped Signature, or NULL + * @param sig the enveloped Signature, or nullptr */ virtual void setSignature(xmlsignature::Signature* sig)=0;