summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-04-30 14:53:22 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-04-30 14:53:22 +0200
commite46edfd9ff99e54a5bffbbf93fc8aefac0134ce0 (patch)
tree26ef864b54003d6715d1e14f05eb6cb75135aceb
parentf66b7cbbe653e05ae48f21d6829e72d1a30c20ff (diff)
downloadATCD-e46edfd9ff99e54a5bffbbf93fc8aefac0134ce0.tar.gz
Generate execute operation with override
* TAO/TAO_IDL/be/be_visitor_operation/upcall_command_ss.cpp:
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/upcall_command_ss.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/upcall_command_ss.cpp b/TAO/TAO_IDL/be/be_visitor_operation/upcall_command_ss.cpp
index 4827c027ba9..6cd6515a881 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/upcall_command_ss.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/upcall_command_ss.cpp
@@ -134,7 +134,7 @@ be_visitor_operation_upcall_command_ss::visit (
<< "}" << be_nl_2;
// Generate execute() method.
- os << "virtual void execute ()" << be_nl
+ os << "void execute () override" << be_nl
<< "{" << be_idt_nl;
if (!node->void_return_type ())