--- parser3/src/classes/form.C 2002/10/31 15:01:53 1.33 +++ parser3/src/classes/form.C 2003/02/04 14:12:41 1.34.2.3 @@ -1,13 +1,15 @@ /** @file Parser: @b form 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_FORM_C="$Date: 2002/10/31 15:01:53 $"; +static const char* IDENT_FORM_C="$Date: 2003/02/04 14:12:41 $"; #include "classes.h" +#include "pa_vmethod_frame.h" + #include "pa_request.h" #include "pa_vform.h" @@ -79,7 +81,7 @@ void MForm::configure_admin(Request& r) // global variable -Methoded *form_base_class; +MethodedPtr form_base_class; // creator