From 961da5c6084e220ec49ec6fa786a680a877b1bbb Mon Sep 17 00:00:00 2001 From: nanbor Date: Thu, 19 Aug 1999 09:38:06 +0000 Subject: *** empty log message *** --- TAO/TAO_IDL/be/be_visitor_interface/any_op_ch.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TAO/TAO_IDL/be/be_visitor_interface/any_op_ch.cpp b/TAO/TAO_IDL/be/be_visitor_interface/any_op_ch.cpp index 1f47ff41a63..4b324e3850e 100644 --- a/TAO/TAO_IDL/be/be_visitor_interface/any_op_ch.cpp +++ b/TAO/TAO_IDL/be/be_visitor_interface/any_op_ch.cpp @@ -52,7 +52,8 @@ be_visitor_interface_any_op_ch::visit_interface (be_interface *node) os->indent (); - // Generate the stub factory function pointer declaration + // Generate the stub factory function pointer declaration the interface is + // not locality constraint. if (!idl_global->gen_locality_constraint ()) *os << "extern " << idl_global->stub_export_macro () << " " << node->full_name () << "_ptr (*_TAO_collocation_" -- cgit v1.2.1