--- parser3/src/classes/Attic/_string.h 2001/03/11 08:16:31 1.4 +++ parser3/src/classes/Attic/_string.h 2001/03/13 13:43:27 1.6 @@ -3,7 +3,7 @@ Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) Author: Alexander Petrosyan (http://design.ru/paf) - $Id: _string.h,v 1.4 2001/03/11 08:16:31 paf Exp $ + $Id: _string.h,v 1.6 2001/03/13 13:43:27 paf Exp $ */ #ifndef _STRING_H @@ -11,7 +11,9 @@ #include "pa_vclass.h" -extern VClass *string_class; // global string class [^length[] & co] -void initialize_string_class(Pool& pool, VClass& vclass); +extern VStateless_class *string_class; // global string class [^length[] & co] +void initialize_string_class(Pool& pool, VStateless_class& vclass); + +void _string_format(Request& r, const String& method_name, Array *params); #endif