summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_interface.cpp
diff options
context:
space:
mode:
authorgokhale <asgokhale@users.noreply.github.com>1998-04-20 11:38:26 +0000
committergokhale <asgokhale@users.noreply.github.com>1998-04-20 11:38:26 +0000
commit4deacfe93b7353ed03e902e6103deaf4863ba96c (patch)
treea980a39e4ec4602777416456686419f254048a6c /TAO/TAO_IDL/be/be_interface.cpp
parentc92c0c424e946204ce6d91abfb2e2aa5ef4607e5 (diff)
downloadATCD-4deacfe93b7353ed03e902e6103deaf4863ba96c.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/TAO_IDL/be/be_interface.cpp')
-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 4fccc686756..478aa6010ab 100644
--- a/TAO/TAO_IDL/be/be_interface.cpp
+++ b/TAO/TAO_IDL/be/be_interface.cpp
@@ -1508,7 +1508,7 @@ be_interface::gen_typecode (void)
cs->indent (); // start from whatever indentation level we were at
*cs << "CORBA::tk_objref, // typecode kind" << nl;
- *cs << this->tc_size () << ", // encapsulation length\n";
+ *cs << this->tc_encap_len () << ", // encapsulation length\n";
// now emit the encapsulation
return this->gen_encapsulation ();
}