summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgokhale <asgokhale@users.noreply.github.com>1997-11-03 01:36:37 +0000
committergokhale <asgokhale@users.noreply.github.com>1997-11-03 01:36:37 +0000
commit63ac6ef0cdbee3724c739df24c1343db64b5206a (patch)
treeb6f525fd400ab558ca108b4626410a457f564c66
parent63659e0e3df1c176fc2fcba50da0cb5f6816b81f (diff)
downloadATCD-63ac6ef0cdbee3724c739df24c1343db64b5206a.tar.gz
improvements to _bind
CVS: CVS: CVS: CVS:
-rw-r--r--TAO/TAO_IDL/be/be_interface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_interface.cpp b/TAO/TAO_IDL/be/be_interface.cpp
index 5e8f58a31af..780ea0fb45f 100644
--- a/TAO/TAO_IDL/be/be_interface.cpp
+++ b/TAO/TAO_IDL/be/be_interface.cpp
@@ -372,7 +372,7 @@ int be_interface::gen_client_stubs (void)
cs->incr_indent ();
*cs << "CORBA::ORB_ptr orb = 0;" << nl;
*cs << "CORBA::Object_ptr objref = CORBA::Object::_nil ();" << nl << nl;
- *cs << "static char IOR [256];" << nl;
+ *cs << "char IOR [256];" << nl;
*cs << "orb = TAO_ORB_Core_instance ()->orb (); // access the ORB" << nl;
*cs << "if (!orb) return " << this->name () <<
"::_nil (); // return null obj" << nl << nl;