X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=blobdiff_plain;f=saml%2Fprofile%2Fimpl%2FConditionsRule.cpp;h=416a5b86697aa3686314da9005427805aaa3b4cd;hp=933c61ed61459b0f11ff498575725cb0c557f454;hb=2d3e8c81bd0e6c6b4418206a1c2d84c57855f4a0;hpb=96bb0cc35b86b6633f0c6aa4ba8f39f62d020834 diff --git a/saml/profile/impl/ConditionsRule.cpp b/saml/profile/impl/ConditionsRule.cpp index 933c61e..416a5b8 100644 --- a/saml/profile/impl/ConditionsRule.cpp +++ b/saml/profile/impl/ConditionsRule.cpp @@ -59,16 +59,16 @@ namespace opensaml { return new ConditionsRule(e); } - static const XMLCh Rule[] = UNICODE_LITERAL_4(R,u,l,e); + static const XMLCh Rule[] = UNICODE_LITERAL_10(P,o,l,i,c,y,R,u,l,e); static const XMLCh type[] = UNICODE_LITERAL_4(t,y,p,e); const char config[] = - "" - "" - "saml:DoNotCacheCondition" - "saml2:OneTimeUse" - "saml2:ProxyRestriction" - ""; + "" + "" + "saml:DoNotCacheCondition" + "saml2:OneTimeUse" + "saml2:ProxyRestriction" + ""; }; ConditionsRule::ConditionsRule(const DOMElement* e) : m_doc(NULL)