--- parser3/src/include/pa_request.h 2001/03/10 17:10:38 1.34 +++ parser3/src/include/pa_request.h 2001/03/11 09:24:42 1.38 @@ -1,9 +1,9 @@ /* Parser Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) - Author: Alexander Petrosyan + Author: Alexander Petrosyan (http://design.ru/paf) - $Id: pa_request.h,v 1.34 2001/03/10 17:10:38 paf Exp $ + $Id: pa_request.h,v 1.38 2001/03/11 09:24:42 paf Exp $ */ #ifndef PA_REQUEST_H @@ -19,7 +19,7 @@ #define MAIN_METHOD_NAME "main" #define AUTO_METHOD_NAME "auto" -#define RUN_CLASS_NAME "RUN" +#define MAIN_CLASS_NAME "MAIN" #define ROOT_CLASS_NAME "ROOT" #define ENV_CLASS_NAME "ENV" @@ -53,8 +53,8 @@ public: bool fail_on_read_problem=true); // core.C Value& autocalc( Value& value, - const String *name=0, - bool make_string=true); // execute.C + const String *name=0, + bool intercept_string=true); // execute.C void write(const String& astring) { wcontext->write(astring, String::Untaint_lang::NO); // write(const) = clean