--- parser3/src/include/pa_request.h 2001/04/04 06:16:19 1.76 +++ parser3/src/include/pa_request.h 2001/04/06 10:32:18 1.78 @@ -5,7 +5,7 @@ Author: Alexander Petrosyan (http://design.ru/paf) - $Id: pa_request.h,v 1.76 2001/04/04 06:16:19 paf Exp $ + $Id: pa_request.h,v 1.78 2001/04/06 10:32:18 paf Exp $ */ #ifndef PA_REQUEST_H @@ -23,6 +23,7 @@ #include "pa_vrequest.h" #include "pa_vresponse.h" #include "pa_vcookie.h" +#include "pa_sql_driver_manager.h" #ifndef NO_STRING_ORIGIN # define COMPILE_PARAMS \ @@ -142,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 @@ -164,7 +165,9 @@ public: WContext *wcontext; /// connection - const String *connection; + SQL_Connection *connection; + /// table of protocol's libraries. read from $SQL:drivers + Table *protocol2library; private: // core data