summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_structure.cpp
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-02-09 22:41:45 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-02-09 22:41:45 +0000
commite1a1fe94bca4eedf4fc5595b3bd2dc8c9003cfaf (patch)
tree4b079643087759ebf62c5fd9621a1b5cbc6b16ad /TAO/TAO_IDL/be/be_structure.cpp
parentdc305efc10e7e037650475da8b4b909be5fdea7f (diff)
downloadATCD-e1a1fe94bca4eedf4fc5595b3bd2dc8c9003cfaf.tar.gz
ChangeLogTag:Tue Feb 9 16:39:27 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/TAO_IDL/be/be_structure.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_structure.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_structure.cpp b/TAO/TAO_IDL/be/be_structure.cpp
index 9530cb1e279..3073c59e1f3 100644
--- a/TAO/TAO_IDL/be/be_structure.cpp
+++ b/TAO/TAO_IDL/be/be_structure.cpp
@@ -602,7 +602,7 @@ be_structure::gen_encapsulation (void)
TAO_NL nl; // end line
TAO_CodeGen *cg = TAO_CODEGEN::instance ();
long i, arrlen;
- long *arr; // an array holding string names converted to array of longs
+ ACE_UINT32 *arr;
cs = cg->client_stubs ();
cs->indent (); // start from whatever indentation level we were at