summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_array.cpp
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-01-25 17:32:09 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-01-25 17:32:09 +0000
commit9eba2f283d1b78e47dc90b0f32e6b0163959a4b1 (patch)
tree6caade30f14dc687837e10a7fee1b4601145cb04 /TAO/TAO_IDL/be/be_array.cpp
parent06e0e8d365ae0a15d774828aa518196b8c26cc5d (diff)
downloadATCD-9eba2f283d1b78e47dc90b0f32e6b0163959a4b1.tar.gz
ChangeLogTag: Fri Jan 25 11:24:35 2002 Jeff Parsons <parsons@cs.wustl.edu>
Diffstat (limited to 'TAO/TAO_IDL/be/be_array.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_array.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_array.cpp b/TAO/TAO_IDL/be/be_array.cpp
index 739215fc82a..bc25a29ce0f 100644
--- a/TAO/TAO_IDL/be/be_array.cpp
+++ b/TAO/TAO_IDL/be/be_array.cpp
@@ -35,7 +35,11 @@ be_array::be_array (UTL_ScopedName *n,
UTL_ExprList *dims,
idl_bool local,
idl_bool abstract)
- : AST_Array (n,
+ : be_type (AST_Decl::NT_array,
+ n),
+ be_decl (AST_Decl::NT_array,
+ n),
+ AST_Array (n,
ndims,
dims,
local,