Fixed some doxygen warnings.
[shibboleth/cpp-xmltooling.git] / xmltooling / soap / HTTPSOAPTransport.h
index 0bc5c35..e600fe4 100644 (file)
@@ -46,7 +46,7 @@ namespace xmltooling {
          * @param value  header value to send
          * @return  true iff the header is successfully set
          */
-        virtual bool setRequestHeader(const char* name, const char* val) const=0;
+        virtual bool setRequestHeader(const char* name, const char* value) const=0;
         
         /**
          * Returns the values of an HTTP response header.