--- parser3/src/classes/Attic/_string.h 2001/03/10 11:03:46 1.2 +++ parser3/src/classes/Attic/_string.h 2001/04/17 19:00:26 1.9 @@ -1,13 +1,21 @@ -/* - $Id: _string.h,v 1.2 2001/03/10 11:03:46 paf Exp $ +/** @file + Parser: @b string parser class decls. + + Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) + + Author: Alexander Petrosyan (http://design.ru/paf) + + $Id: _string.h,v 1.9 2001/04/17 19:00:26 paf Exp $ */ -#ifndef _STRING_H -#define _STRING_H +#ifndef CLASSES_STRING_H +#define CLASSES_STRING_H #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, MethodParams *); #endif