--- parser3/src/include/pa_request.h 2001/10/24 10:49:47 1.106 +++ parser3/src/include/pa_request.h 2001/11/05 11:46:25 1.109 @@ -2,9 +2,9 @@ Parser: request class decl. Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) - Author: Alexander Petrosyan (http://design.ru/paf) + Author: Alexander Petrosyan (http://paf.design.ru) - $Id: pa_request.h,v 1.106 2001/10/24 10:49:47 parser Exp $ + $Id: pa_request.h,v 1.109 2001/11/05 11:46:25 paf Exp $ */ #ifndef PA_REQUEST_H @@ -19,6 +19,7 @@ #include "pa_vclass.h" #include "pa_vobject.h" #include "pa_venv.h" +#include "pa_vstatus.h" #include "pa_vform.h" #include "pa_vmath.h" #include "pa_vrequest.h" @@ -48,7 +49,7 @@ class Methoded; /// Main workhorse. class Request : public Pooled { - friend Temp_lang; + friend class Temp_lang; public: /// some information from web server @@ -158,6 +159,8 @@ public: Methoded& OP; /// $env:fields VEnv env; + /// $status:fields + VStatus status; /// $form:elements VForm form; /// $math:constants