--- parser3/src/include/pa_request.h 2004/10/05 11:07:48 1.177 +++ 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/10/05 11:07:48 $"; +static const char * const IDENT_REQUEST_H="$Date: 2005/08/09 08:14:50 $"; #include "pa_pool.h" #include "pa_hash.h" @@ -387,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