--- parser3/src/include/pa_request.h 2002/06/24 11:59:32 1.140 +++ parser3/src/include/pa_request.h 2002/08/13 15:55:42 1.144 @@ -3,13 +3,13 @@ Copyright (c) 2001, 2002 ArtLebedev Group (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) - - $Id: pa_request.h,v 1.140 2002/06/24 11:59:32 paf Exp $ */ #ifndef PA_REQUEST_H #define PA_REQUEST_H +static const char* IDENT_REQUEST_H="$Date: 2002/08/13 15:55:42 $"; + #include "pa_pool.h" #include "pa_hash.h" #include "pa_wcontext.h" @@ -219,7 +219,7 @@ public: } bool origins_mode() { - return main_class->get_element(*origins_mode_name)!=0; // $ORIGINS mode + return main_class->get_element(*origins_mode_name, main_class, false)!=0; // $ORIGINS mode } public: