From 15f9b16afed320b4e581b8f61fee7d7fbf1aa9a8 Mon Sep 17 00:00:00 2001 From: okellogg Date: Tue, 29 Jan 2002 20:21:11 +0000 Subject: ChangeLogTag:Tue Jan 29 21:09:12 2002 Oliver Kellogg --- TAO/tao/DynamicInterface/ExceptionList.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'TAO/tao/DynamicInterface/ExceptionList.cpp') diff --git a/TAO/tao/DynamicInterface/ExceptionList.cpp b/TAO/tao/DynamicInterface/ExceptionList.cpp index d399a022e06..7167280aafd 100644 --- a/TAO/tao/DynamicInterface/ExceptionList.cpp +++ b/TAO/tao/DynamicInterface/ExceptionList.cpp @@ -50,7 +50,7 @@ CORBA_ExceptionList::add_consume (CORBA::TypeCode_ptr tc) CORBA::TypeCode_ptr CORBA_ExceptionList::item (CORBA::ULong slot - TAO_ENV_ARG_DECL) + ACE_ENV_ARG_DECL) { CORBA::TypeCode_ptr *tc = 0; @@ -67,7 +67,7 @@ CORBA_ExceptionList::item (CORBA::ULong slot void CORBA_ExceptionList::remove (CORBA::ULong - TAO_ENV_ARG_DECL) + ACE_ENV_ARG_DECL) { ACE_THROW (CORBA::NO_IMPLEMENT ()); } -- cgit v1.2.1