No way that void* stuff will work.
[shibboleth/xmltooling.git] / xmltooling / soap / SOAPTransport.h
index 3f0644b..dabea8d 100644 (file)
@@ -137,11 +137,11 @@ namespace xmltooling {
          * Without the proper knowledge and inputs, crashes may result.
          * 
          * @param provider  name of the SOAPTransport class the caller believes is in use
-         * @param option    implementation-specific data containing the option to set
-         * @param value     implementation- and option-specific data to use
+         * @param option    implementation-specific string containing the option to set
+         * @param value     implementation- and option-specific string to use
          * @return  true iff the transport supports the option and value supplied
          */
-        virtual bool setProviderOption(const char* provider, void* option, void* value) {
+        virtual bool setProviderOption(const char* provider, const char* option, const char* value) {
             return false;
         }