summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_operation.cpp
diff options
context:
space:
mode:
authorgokhale <asgokhale@users.noreply.github.com>1997-12-22 00:36:29 +0000
committergokhale <asgokhale@users.noreply.github.com>1997-12-22 00:36:29 +0000
commit3e3fd8449824b83f17ffd47218dd766d994c10d8 (patch)
tree3e383ad732d9fb989d51a594d12fc4f5c882870a /TAO/TAO_IDL/be/be_operation.cpp
parent3f4051a80d2f6b30338e120878db74a10db8dd05 (diff)
downloadATCD-3e3fd8449824b83f17ffd47218dd766d994c10d8.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/TAO_IDL/be/be_operation.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_operation.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/be/be_operation.cpp b/TAO/TAO_IDL/be/be_operation.cpp
index 28bf7cb1c39..e7329c91b74 100644
--- a/TAO/TAO_IDL/be/be_operation.cpp
+++ b/TAO/TAO_IDL/be/be_operation.cpp
@@ -144,6 +144,7 @@ be_operation::gen_client_stubs (void)
{
case AST_Decl::NT_interface:
case AST_Decl::NT_interface_fwd:
+ case AST_Decl::NT_string:
// no need of size here
*cs << "0}";
break;