--- parser3/src/include/pa_request.h 2003/03/24 13:43:41 1.160.2.37.2.10 +++ parser3/src/include/pa_request.h 2003/03/25 09:34:53 1.160.2.37.2.12 @@ -8,7 +8,7 @@ #ifndef PA_REQUEST_H #define PA_REQUEST_H -static const char* IDENT_REQUEST_H="$Date: 2003/03/24 13:43:41 $"; +static const char* IDENT_REQUEST_H="$Date: 2003/03/25 09:34:53 $"; #include "pa_request_info.h" #include "pa_hash.h" @@ -266,17 +266,11 @@ public: // charset helpers /// @see Charset::transcode GdomeDOMString_auto_ptr transcode(const String& s); /// @see Charset::transcode - const String& transcode(GdomeDOMString* s -#ifndef NO_STRING_ORIGIN - , const String& origin -#endif - ); + GdomeDOMString_auto_ptr transcode(const StringBody s); /// @see Charset::transcode - const String& transcode(xmlChar* s -#ifndef NO_STRING_ORIGIN - , const String& origin -#endif - ); + const String& transcode(GdomeDOMString* s); + /// @see Charset::transcode + const String& transcode(xmlChar* s); #endif