summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/ast/ast_predefined_type.cpp
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-12-31 17:34:56 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-12-31 17:34:56 +0000
commit941741da484ba50c4577fc53e9be6eea300fa2a5 (patch)
tree6ed27dc6a4b35eca1e746e6fc13ba844b6d390f6 /TAO/TAO_IDL/ast/ast_predefined_type.cpp
parent0e20a37f9509ca5f382c0f7bc8306de6e3949fed (diff)
downloadATCD-941741da484ba50c4577fc53e9be6eea300fa2a5.tar.gz
ChangeLogTag: Mon Dec 31 11:01:29 2001 Jeff Parsons <parsons@cs.wustl.edu>
Diffstat (limited to 'TAO/TAO_IDL/ast/ast_predefined_type.cpp')
-rw-r--r--TAO/TAO_IDL/ast/ast_predefined_type.cpp8
1 files changed, 3 insertions, 5 deletions
diff --git a/TAO/TAO_IDL/ast/ast_predefined_type.cpp b/TAO/TAO_IDL/ast/ast_predefined_type.cpp
index 2e192565aae..2d21884e054 100644
--- a/TAO/TAO_IDL/ast/ast_predefined_type.cpp
+++ b/TAO/TAO_IDL/ast/ast_predefined_type.cpp
@@ -82,12 +82,10 @@ AST_PredefinedType::AST_PredefinedType (void)
{
}
-AST_PredefinedType::AST_PredefinedType (PredefinedType t,
- UTL_ScopedName *n,
- UTL_StrList *p)
- : AST_Decl (AST_Decl::NT_pre_defined,
+AST_PredefinedType::AST_PredefinedType (PredefinedType t,
+ UTL_ScopedName *n)
+ : AST_Decl (AST_Decl::NT_pre_defined,
n,
- p,
I_TRUE),
pd_pt (t)
{