diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-12-31 17:34:56 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-12-31 17:34:56 +0000 |
commit | 941741da484ba50c4577fc53e9be6eea300fa2a5 (patch) | |
tree | 6ed27dc6a4b35eca1e746e6fc13ba844b6d390f6 /TAO/TAO_IDL/include/ast_constant.h | |
parent | 0e20a37f9509ca5f382c0f7bc8306de6e3949fed (diff) | |
download | ATCD-941741da484ba50c4577fc53e9be6eea300fa2a5.tar.gz |
ChangeLogTag: Mon Dec 31 11:01:29 2001 Jeff Parsons <parsons@cs.wustl.edu>
Diffstat (limited to 'TAO/TAO_IDL/include/ast_constant.h')
-rw-r--r-- | TAO/TAO_IDL/include/ast_constant.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/TAO/TAO_IDL/include/ast_constant.h b/TAO/TAO_IDL/include/ast_constant.h index e22227efaa3..c64f45b21c4 100644 --- a/TAO/TAO_IDL/include/ast_constant.h +++ b/TAO/TAO_IDL/include/ast_constant.h @@ -87,14 +87,12 @@ public: AST_Constant (AST_Expression::ExprType et, AST_Decl::NodeType nt, - AST_Expression *ev, - UTL_ScopedName *n, - UTL_StrList *p); + AST_Expression *ev, + UTL_ScopedName *n); AST_Constant (AST_Expression::ExprType et, AST_Expression *ev, - UTL_ScopedName *n, - UTL_StrList *p); + UTL_ScopedName *n); // Destructor. virtual ~AST_Constant (void); |