--- parser3/src/classes/response.C 2002/09/18 08:52:49 1.22 +++ parser3/src/classes/response.C 2003/02/04 14:04:46 1.23.2.2 @@ -1,11 +1,11 @@ /** @file Parser: @b response parser class. - Copyright (c) 2001, 2002 ArtLebedev Group (http://www.artlebedev.com) + Copyright (c) 2001-2003 ArtLebedev Group (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) */ -static const char* IDENT_RESPONSE_C="$Date: 2002/09/18 08:52:49 $"; +static const char* IDENT_RESPONSE_C="$Date: 2003/02/04 14:04:46 $"; #include "classes.h" #include "pa_request.h" @@ -21,7 +21,7 @@ public: // Methoded // methods -static void _clear(Request& r, const String& method_name, MethodParams *) { +static void _clear(Request& r, StringPtr method_name, MethodParams& ) { r.get_self()/*VResponse*/->get_hash(&method_name)/*sure not 0*/->clear(); }