--- parser3/src/classes/response.C 2002/04/18 10:51:00 1.19 +++ parser3/src/classes/response.C 2002/09/18 08:52:49 1.22 @@ -3,10 +3,10 @@ Copyright (c) 2001, 2002 ArtLebedev Group (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) - - $Id: response.C,v 1.19 2002/04/18 10:51:00 paf Exp $ */ +static const char* IDENT_RESPONSE_C="$Date: 2002/09/18 08:52:49 $"; + #include "classes.h" #include "pa_request.h" @@ -22,7 +22,7 @@ public: // Methoded // methods static void _clear(Request& r, const String& method_name, MethodParams *) { - r.self/*VResponse*/->get_hash(&method_name)/*sure not 0*/->clear(); + r.get_self()/*VResponse*/->get_hash(&method_name)/*sure not 0*/->clear(); } // constructor