summaryrefslogtreecommitdiff
path: root/TAO/tests/NestedUpcall/Simple/client_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/NestedUpcall/Simple/client_i.h')
-rw-r--r--TAO/tests/NestedUpcall/Simple/client_i.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/NestedUpcall/Simple/client_i.h b/TAO/tests/NestedUpcall/Simple/client_i.h
index 03ce86be834..d384e305791 100644
--- a/TAO/tests/NestedUpcall/Simple/client_i.h
+++ b/TAO/tests/NestedUpcall/Simple/client_i.h
@@ -9,8 +9,8 @@ public:
server_ptr s);
// Constructor.
- void ping (CORBA::UShort time_to_live,
- CORBA::Environment &ACE_TRY_ENV)
+ void ping (CORBA::UShort time_to_live
+ TAO_ENV_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException));
private: