--- parser3/src/include/pa_request.h 2002/01/16 10:28:34 1.117 +++ parser3/src/include/pa_request.h 2002/02/08 08:30:13 1.121 @@ -1,10 +1,10 @@ /** @file Parser: request class decl. - Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) - Author: Alexander Petrosyan (http://paf.design.ru) + Copyright (c) 2001, 2002 ArtLebedev Group (http://www.artlebedev.com) + Author: Alexandr Petrosian (http://paf.design.ru) - $Id: pa_request.h,v 1.117 2002/01/16 10:28:34 paf Exp $ + $Id: pa_request.h,v 1.121 2002/02/08 08:30:13 paf Exp $ */ #ifndef PA_REQUEST_H @@ -82,7 +82,7 @@ public: uchar adefault_lang, ///< all tainted data default untainting lang bool status_allowed ///< status class allowed ); - ~Request() {} + ~Request(); /// global classes Hash& classes() { return fclasses; } @@ -237,7 +237,7 @@ private: // execute.C const String& method_name, bool return_cstr); - Value *get_element(); + Value *get_element(bool can_call_operator); private: // defaults