summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-19 09:38:06 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-19 09:38:06 +0000
commit961da5c6084e220ec49ec6fa786a680a877b1bbb (patch)
treee16a9d727733a44d996f56c7f6a58397960f0bbb
parentc6d100e38b1dbac02df8b5ef01f667c13ab2314d (diff)
downloadATCD-961da5c6084e220ec49ec6fa786a680a877b1bbb.tar.gz
*** empty log message ***
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/any_op_ch.cpp3
1 files changed, 2 insertions, 1 deletions
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_"