X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fxmltooling.git;a=blobdiff_plain;f=xmltooling%2Fsoap%2FSOAP.h;fp=xmltooling%2Fsoap%2FSOAP.h;h=ff2de77abfa0018dbfdc867e6e7c51f9cfad60b7;hp=031599bbe4ce64c43ade7ac782dac8279966b9d6;hb=862161ef6283127928bd9307e1a184bf2ea0a6c8;hpb=7ff05fc3ab9187bc51b273cd9d232bb948171e5e diff --git a/xmltooling/soap/SOAP.h b/xmltooling/soap/SOAP.h index 031599b..ff2de77 100644 --- a/xmltooling/soap/SOAP.h +++ b/xmltooling/soap/SOAP.h @@ -23,8 +23,8 @@ #ifndef __xmltooling_soap_h__ #define __xmltooling_soap_h__ +#include #include -#include #include #include @@ -51,13 +51,13 @@ namespace soap11 { /** Sets the QName content of the element. */ virtual void setCode(const xmltooling::QName* qname)=0; /** Client Fault code. **/ - static xmltooling::QName CLIENT; - /** Server Fault code. **/ - static xmltooling::QName SERVER; - /** MustUnderstand Fault code. **/ - static xmltooling::QName MUSTUNDERSTAND; - /** Version Mismatch Fault code. **/ - static xmltooling::QName VERSIONMISMATCH; + static xmltooling::QName CLIENT; + /** Server Fault code. **/ + static xmltooling::QName SERVER; + /** MustUnderstand Fault code. **/ + static xmltooling::QName MUSTUNDERSTAND; + /** Version Mismatch Fault code. **/ + static xmltooling::QName VERSIONMISMATCH; END_XMLOBJECT; BEGIN_XMLOBJECT(XMLTOOL_API,Detail,xmltooling::ElementProxy,SOAP 1.1 detail element);