--- parser3/src/include/pa_request.h 2001/03/22 11:19:10 1.66 +++ parser3/src/include/pa_request.h 2001/03/24 10:59:47 1.68 @@ -5,7 +5,7 @@ Author: Alexander Petrosyan (http://design.ru/paf) - $Id: pa_request.h,v 1.66 2001/03/22 11:19:10 paf Exp $ + $Id: pa_request.h,v 1.68 2001/03/24 10:59:47 paf Exp $ */ #ifndef PA_REQUEST_H @@ -164,6 +164,9 @@ private: // core data // classes Hash fclasses; + // already used files to avoid cyclic uses + Hash used_files; + // execution stack Stack stack; @@ -187,7 +190,7 @@ private: // lang&raw private: // defaults const String::Untaint_lang fdefault_lang; - Value *fdefault_content_type; + Value *default_content_type; private: // lang manipulation