--- parser3/src/include/pa_request.h 2020/11/12 16:16:00 1.257 +++ parser3/src/include/pa_request.h 2020/12/16 19:45:28 1.259 @@ -1,14 +1,14 @@ /** @file Parser: request class decl. - Copyright (c) 2001-2017 Art. Lebedev Studio (http://www.artlebedev.com) + Copyright (c) 2001-2020 Art. Lebedev Studio (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) */ #ifndef PA_REQUEST_H #define PA_REQUEST_H -#define IDENT_PA_REQUEST_H "$Id: pa_request.h,v 1.257 2020/11/12 16:16:00 moko Exp $" +#define IDENT_PA_REQUEST_H "$Id: pa_request.h,v 1.259 2020/12/16 19:45:28 moko Exp $" #include "pa_pool.h" #include "pa_hash.h" @@ -131,6 +131,8 @@ private: bool is_empty() { return fused==fbottom; } + + Table &table(Request &r); }; ///@{ core data