--- parser3/src/classes/response.C 2012/03/16 09:24:08 1.28 +++ parser3/src/classes/response.C 2016/03/31 21:46:20 1.30 @@ -1,7 +1,7 @@ /** @file Parser: @b response parser class. - Copyright (c) 2001-2012 Art. Lebedev Studio (http://www.artlebedev.com) + Copyright (c) 2001-2015 Art. Lebedev Studio (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) */ @@ -11,7 +11,7 @@ #include "pa_request.h" #include "pa_vresponse.h" -volatile const char * IDENT_RESPONSE_C="$Id: response.C,v 1.28 2012/03/16 09:24:08 moko Exp $"; +volatile const char * IDENT_RESPONSE_C="$Id: response.C,v 1.30 2016/03/31 21:46:20 moko Exp $"; // class @@ -24,7 +24,7 @@ public: // Methoded // global variable -DECLARE_CLASS_VAR(response, new MResponse, 0); +DECLARE_CLASS_VAR(response, new MResponse); // methods