--- parser3/src/classes/response.C 2003/03/08 16:41:30 1.23.2.8 +++ parser3/src/classes/response.C 2004/02/11 15:33:12 1.26 @@ -1,11 +1,11 @@ /** @file Parser: @b response parser class. - Copyright (c) 2001-2003 ArtLebedev Group (http://www.artlebedev.com) + Copyright (c) 2001-2004 ArtLebedev Group (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) */ -static const char* IDENT_RESPONSE_C="$Date: 2003/03/08 16:41:30 $"; +static const char * const IDENT_RESPONSE_C="$Date: 2004/02/11 15:33:12 $"; #include "classes.h" #include "pa_vmethod_frame.h" @@ -28,7 +28,7 @@ DECLARE_CLASS_VAR(response, new MRespons // methods -static void _clear(Request& r, StringPtr method_name, MethodParams* ) { +static void _clear(Request& r, MethodParams&) { GET_SELF(r, VResponse).fields().clear(); }