summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-10 02:11:24 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-10 02:11:24 +0000
commita033c4fb4b7409e95d6f47ceb1b69dabc0e559cb (patch)
tree9daa5d2e410bc7d32a843502f78c5bcbc981bcc4
parent3228a511f403243b341868c21d3c95631811cf13 (diff)
downloadATCD-a033c4fb4b7409e95d6f47ceb1b69dabc0e559cb.tar.gz
One more try.
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/any_op_cs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/any_op_cs.cpp b/TAO/TAO_IDL/be/be_visitor_interface/any_op_cs.cpp
index 9b5c9266260..f3c758081c7 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/any_op_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/any_op_cs.cpp
@@ -53,7 +53,7 @@ be_visitor_interface_any_op_cs::visit_interface (be_interface *node)
os->indent ();
// Generate the stub factory function pointer definition.
- *os << "extern " << node->name () << "_ptr (*";
+ *os << node->name () << "_ptr (*";
*os << "_TAO_collocation_"
<< node->flatname () << "_Stub_Factory_function_pointer) ("