summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_visitor_operation/operation.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_visitor_operation/operation.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_visitor_operation/operation.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/be_include/be_visitor_operation/operation.h b/TAO/TAO_IDL/be_include/be_visitor_operation/operation.h
index 9aca9919467..460a06ec0b9 100644
--- a/TAO/TAO_IDL/be_include/be_visitor_operation/operation.h
+++ b/TAO/TAO_IDL/be_include/be_visitor_operation/operation.h
@@ -110,6 +110,10 @@ public:
// _does_ include the double quote.
private:
+ void gen_arg_template_param_name (AST_Type *bt,
+ TAO_OutStream *os);
+
+private:
char *operation_name_;
};