--- parser3/src/include/pa_request.h 2024/10/02 21:24:41 1.267 +++ parser3/src/include/pa_request.h 2025/05/25 20:55:23 1.269 @@ -1,14 +1,14 @@ /** @file Parser: request class decl. - Copyright (c) 2001-2023 Art. Lebedev Studio (http://www.artlebedev.com) + Copyright (c) 2001-2024 Art. Lebedev Studio (http://www.artlebedev.com) Authors: Konstantin Morshnev , Alexandr Petrosian */ #ifndef PA_REQUEST_H #define PA_REQUEST_H -#define IDENT_PA_REQUEST_H "$Id: pa_request.h,v 1.267 2024/10/02 21:24:41 moko Exp $" +#define IDENT_PA_REQUEST_H "$Id: pa_request.h,v 1.269 2025/05/25 20:55:23 moko Exp $" #include "pa_pool.h" #include "pa_hash.h" @@ -29,10 +29,10 @@ extern const String main_method_name; extern const String auto_method_name; -extern const String exception_type_part_name; -extern const String exception_source_part_name; -extern const String exception_comment_part_name; -extern const String exception_handled_part_name; +extern const String::Body exception_type_part_name; +extern const String::Body exception_source_part_name; +extern const String::Body exception_comment_part_name; +extern const String::Body exception_handled_part_name; // defines for statics