--- parser3/src/classes/response.C 2002/09/18 08:52:49 1.22 +++ parser3/src/classes/response.C 2003/02/04 14:12:42 1.23.2.3 @@ -1,13 +1,15 @@ /** @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:12:42 $"; #include "classes.h" +#include "pa_vmethod_frame.h" + #include "pa_request.h" // class @@ -21,7 +23,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(); }