--- parser3/src/include/pa_request.h 2001/07/07 16:38:01 1.91 +++ parser3/src/include/pa_request.h 2001/07/13 12:13:50 1.92 @@ -5,7 +5,7 @@ Author: Alexander Petrosyan (http://design.ru/paf) - $Id: pa_request.h,v 1.91 2001/07/07 16:38:01 parser Exp $ + $Id: pa_request.h,v 1.92 2001/07/13 12:13:50 parser Exp $ */ #ifndef PA_REQUEST_H @@ -201,10 +201,12 @@ private: // compile.C private: // execute.C - const String *execute_method(Value& aself, const Method& method, - bool return_cstr=true); - const String *execute_method(Value& aself, const String& method_name, - bool return_cstr=true); + const String *execute_method(Value& aself, + const Method& method, bool return_cstr=true); + const String *execute_virtual_method(Value& aself, + const String& method_name, bool return_cstr=true); + const String *execute_nonvirtual_method(VStateless_class& aself, + const String& method_name, bool return_cstr=true); Value *get_element();