--- parser3/src/include/pa_request.h 2001/04/03 05:23:40 1.74 +++ parser3/src/include/pa_request.h 2001/04/04 06:16:19 1.76 @@ -5,7 +5,7 @@ Author: Alexander Petrosyan (http://design.ru/paf) - $Id: pa_request.h,v 1.74 2001/04/03 05:23:40 paf Exp $ + $Id: pa_request.h,v 1.76 2001/04/04 06:16:19 paf Exp $ */ #ifndef PA_REQUEST_H @@ -163,6 +163,9 @@ public: /// contexts WContext *wcontext; + /// connection + const String *connection; + private: // core data // classes @@ -209,7 +212,7 @@ private: // lang manipulation private: - void output_result(const String& body_string, bool header_only); + void output_result(const VFile& body_file, bool header_only); }; /// Auto-object used for temporary changing Request::flang.