--- parser3/src/include/pa_request.h 2001/03/08 11:27:47 1.17 +++ parser3/src/include/pa_request.h 2001/03/09 04:47:27 1.21 @@ -1,5 +1,5 @@ /* - $Id: pa_request.h,v 1.17 2001/03/08 11:27:47 paf Exp $ + $Id: pa_request.h,v 1.21 2001/03/09 04:47:27 paf Exp $ */ #ifndef PA_REQUEST_H @@ -42,7 +42,7 @@ public: public: - VClass ROOT_CLASS; // default base + VClass root_class; // default base private: // core data @@ -50,17 +50,20 @@ private: // core data Hash fclasses; Array fclasses_array; - // contexts - Value *self, *root, *rcontext; - WContext *wcontext; - // execution stack Stack stack; -public: // core.C +public: - void use(char *file, String *alias); + void use(char *file, String *alias); // core.C + Value& autocalc(Value& value, bool make_string=true); // execute.C +public: + + // contexts + Value *self, *root, *rcontext; + WContext *wcontext; + private: // core.C char *execute_MAIN();