--- parser3/src/include/pa_request.h 2005/07/26 12:54:09 1.178 +++ parser3/src/include/pa_request.h 2005/12/16 10:15:12 1.180 @@ -1,14 +1,14 @@ /** @file Parser: request class decl. - Copyright (c) 2001-2004 ArtLebedev Group (http://www.artlebedev.com) + Copyright (c) 2001-2005 ArtLebedev Group (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) */ #ifndef PA_REQUEST_H #define PA_REQUEST_H -static const char * const IDENT_REQUEST_H="$Date: 2005/07/26 12:54:09 $"; +static const char * const IDENT_REQUEST_H="$Date: 2005/12/16 10:15:12 $"; #include "pa_pool.h" #include "pa_hash.h" @@ -33,7 +33,6 @@ const size_t pseudo_file_no__process=1; class Temp_lang; class Methoded; class VMethodFrame; -class GdomeDOMString_auto_ptr; class VMail; class VForm; class VResponse; @@ -359,13 +358,11 @@ public: // status read methods public: // charset helpers /// @see Charset::transcode - GdomeDOMString_auto_ptr transcode(const String& s); + xmlChar* transcode(const String& s); /// @see Charset::transcode - GdomeDOMString_auto_ptr transcode(const String::Body s); + xmlChar* transcode(const String::Body s); /// @see Charset::transcode - const String& transcode(GdomeDOMString* s); - /// @see Charset::transcode - const String& transcode(xmlChar* s); + const String& transcode(const xmlChar* s); #endif