From 941741da484ba50c4577fc53e9be6eea300fa2a5 Mon Sep 17 00:00:00 2001 From: parsons Date: Mon, 31 Dec 2001 17:34:56 +0000 Subject: ChangeLogTag: Mon Dec 31 11:01:29 2001 Jeff Parsons --- TAO/TAO_IDL/include/ast_constant.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'TAO/TAO_IDL/include/ast_constant.h') 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); -- cgit v1.2.1