--- parser3/src/include/pa_request.h 2004/07/30 10:55:21 1.176 +++ parser3/src/include/pa_request.h 2005/08/09 08:14:50 1.179 @@ -1,14 +1,14 @@ /** @file Parser: request class decl. - Copyright (c) 2001-2004 ArtLebedev Group (http://www.artlebedev.com) + Copyright (c) 2001-2005 ArtLebedev Group (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) */ #ifndef PA_REQUEST_H #define PA_REQUEST_H -static const char * const IDENT_REQUEST_H="$Date: 2004/07/30 10:55:21 $"; +static const char * const IDENT_REQUEST_H="$Date: 2005/08/09 08:14:50 $"; #include "pa_pool.h" #include "pa_hash.h" @@ -376,6 +376,8 @@ private: void configure_admin(VStateless_class& conf_class); + void configure(); + private: // compile.C VStateless_class& compile(VStateless_class* aclass, @@ -385,6 +387,7 @@ private: // compile.C private: // execute.C + void put_element(Value& ncontext, const String& name, Value& value); Value& get_element(Value& ncontext, const String& name, bool can_call_operator); private: // defaults