summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_interface.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_interface.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/TAO_IDL/be_include/be_interface.h b/TAO/TAO_IDL/be_include/be_interface.h
index 1453c13461a..698601849c0 100644
--- a/TAO/TAO_IDL/be_include/be_interface.h
+++ b/TAO/TAO_IDL/be_include/be_interface.h
@@ -285,9 +285,9 @@ public:
/// Helper method passed to traverse_inheritance_graph(),
/// collects supported operations and attributes.
- static int facet_op_attr_decl_helper (be_interface *node,
- be_interface *base,
- TAO_OutStream *os);
+ static int op_attr_decl_helper (be_interface *node,
+ be_interface *base,
+ TAO_OutStream *os);
int gen_operation_table (const char *flat_name,
const char *skeleton_class_name);