summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_visitor_interface/remote_proxy_impl_cs.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_visitor_interface/remote_proxy_impl_cs.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_visitor_interface/remote_proxy_impl_cs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/be_include/be_visitor_interface/remote_proxy_impl_cs.h b/TAO/TAO_IDL/be_include/be_visitor_interface/remote_proxy_impl_cs.h
index 3588e6b1178..27d996191c1 100644
--- a/TAO/TAO_IDL/be_include/be_visitor_interface/remote_proxy_impl_cs.h
+++ b/TAO/TAO_IDL/be_include/be_visitor_interface/remote_proxy_impl_cs.h
@@ -36,6 +36,10 @@ public:
virtual int visit_interface (be_interface *node);
// visit an interface
+ virtual int visit_component (be_component *node);
+ // This will just call the above method - no need to create
+ // another set of visitors for this stuff.
+
static int gen_abstract_ops_helper (be_interface *node,
be_interface *base,
TAO_OutStream *os);