--- parser3/src/include/pa_pool.h 2001/10/19 12:43:30 1.64 +++ parser3/src/include/pa_pool.h 2001/10/19 15:34:39 1.67 @@ -5,7 +5,7 @@ Author: Alexander Petrosyan (http://design.ru/paf) - $Id: pa_pool.h,v 1.64 2001/10/19 12:43:30 parser Exp $ + $Id: pa_pool.h,v 1.67 2001/10/19 15:34:39 parser Exp $ */ #ifndef PA_POOL_H @@ -14,6 +14,7 @@ #include "pa_config_includes.h" #ifdef XML +#include #include #include #endif @@ -105,9 +106,9 @@ public: /// converts Xalan string to parser String String& transcode(const XalanDOMString& s); /// converts char * to Xalan string - XalanDOMString& Pool::transcode_buf(const char *buf, size_t buf_size); + std::auto_ptr transcode_buf(const char *buf, size_t buf_size); /// converts parser String to Xalan string - XalanDOMString& Pool::transcode(const String& s); + std::auto_ptr transcode(const String& s); private: