--- parser3/src/include/pa_request.h 2001/04/04 10:50:34 1.77 +++ parser3/src/include/pa_request.h 2001/04/07 13:48:39 1.79 @@ -5,7 +5,7 @@ Author: Alexander Petrosyan (http://design.ru/paf) - $Id: pa_request.h,v 1.77 2001/04/04 10:50:34 paf Exp $ + $Id: pa_request.h,v 1.79 2001/04/07 13:48:39 paf Exp $ */ #ifndef PA_REQUEST_H @@ -143,8 +143,8 @@ public: /// info from web server Info& info; - /// default base - VClass ROOT; + /// operators are methods of this class + VClass OP; /// $env:fields here VEnv env; /// $form:elements here @@ -168,6 +168,8 @@ public: SQL_Connection *connection; /// table of protocol's libraries. read from $SQL:drivers Table *protocol2library; + /// mail options + Hash *mail; private: // core data