--- parser3/src/include/pa_request.h 2001/04/09 09:48:18 1.81 +++ parser3/src/include/pa_request.h 2001/04/20 14:18:36 1.83 @@ -5,7 +5,7 @@ Author: Alexander Petrosyan (http://design.ru/paf) - $Id: pa_request.h,v 1.81 2001/04/09 09:48:18 paf Exp $ + $Id: pa_request.h,v 1.83 2001/04/20 14:18:36 paf Exp $ */ #ifndef PA_REQUEST_H @@ -128,10 +128,6 @@ public: wcontext->write(avalue); } - /// handy is-value-a-junction ensurer - void fail_if_junction_(bool is, Value& value, - const String& method_name, const char *msg); - /// returns relative to @a path path to @a file const String& relative(const char *apath, const String& relative_name); @@ -172,6 +168,8 @@ public: Table *protocol2library; /// mail options Hash *mail; + /// PCRE character tables + unsigned char *pcre_tables; private: // core data