--- parser3/src/classes/response.C 2001/06/28 07:41:59 1.12 +++ parser3/src/classes/response.C 2002/02/08 08:30:10 1.18 @@ -1,13 +1,11 @@ /** @file Parser: @b response parser class. - Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) + Copyright (c) 2001, 2002 ArtLebedev Group (http://www.artlebedev.com) + Author: Alexandr Petrosian (http://paf.design.ru) - Author: Alexander Petrosyan (http://design.ru/paf) - - $Id: response.C,v 1.12 2001/06/28 07:41:59 parser Exp $ + $Id: response.C,v 1.18 2002/02/08 08:30:10 paf Exp $ */ -static char *RCSId="$Id: response.C,v 1.12 2001/06/28 07:41:59 parser Exp $"; #include "classes.h" #include "pa_request.h" @@ -27,8 +25,8 @@ public: // Methoded // methods -static void _clear(Request& r, const String&, MethodParams *) { - r.self/*VResponse*/->get_hash()/*sure not 0*/->clear(); +static void _clear(Request& r, const String& method_name, MethodParams *) { + r.self/*VResponse*/->get_hash(&method_name)/*sure not 0*/->clear(); } // constructor