X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fsp.git;a=blobdiff_plain;f=shibsp%2Futil%2FDOMPropertySet.h;fp=shibsp%2Futil%2FDOMPropertySet.h;h=d64261521be11199f292468bb72e2dfb1e9304e6;hp=45d67ac0bd12ca8898e86705333df5d891310f6f;hb=75458f3458ecf6f36c3c46a70154701c0d68a8e5;hpb=3ccda9caa12c4e6e38b1f565f53e1057876fb2d6 diff --git a/shibsp/util/DOMPropertySet.h b/shibsp/util/DOMPropertySet.h index 45d67ac..d642615 100644 --- a/shibsp/util/DOMPropertySet.h +++ b/shibsp/util/DOMPropertySet.h @@ -52,7 +52,7 @@ namespace shibsp { std::pair getUnsignedInt(const char* name, const char* ns=NULL) const; std::pair getInt(const char* name, const char* ns=NULL) const; void getAll(std::map& properties) const; - const PropertySet* getPropertySet(const char* name, const char* ns="urn:mace:shibboleth:2.0:native:sp:config") const; + const PropertySet* getPropertySet(const char* name, const char* ns=shibspconstants::ASCII_SHIB2SPCONFIG_NS) const; const xercesc::DOMElement* getElement() const { return m_root;