summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_visitor_interface/base_proxy_broker_ch.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_visitor_interface/base_proxy_broker_ch.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_visitor_interface/base_proxy_broker_ch.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/be_include/be_visitor_interface/base_proxy_broker_ch.h b/TAO/TAO_IDL/be_include/be_visitor_interface/base_proxy_broker_ch.h
index 34b950be5a7..5c4f36fdb1f 100644
--- a/TAO/TAO_IDL/be_include/be_visitor_interface/base_proxy_broker_ch.h
+++ b/TAO/TAO_IDL/be_include/be_visitor_interface/base_proxy_broker_ch.h
@@ -36,6 +36,9 @@ 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.
};
#endif /* BE_BASE_PROXY_BROKER_CH_H_ */