summaryrefslogtreecommitdiff
path: root/TAO/tests/NestedUpcall/Simple/server_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/NestedUpcall/Simple/server_i.h')
-rw-r--r--TAO/tests/NestedUpcall/Simple/server_i.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/TAO/tests/NestedUpcall/Simple/server_i.h b/TAO/tests/NestedUpcall/Simple/server_i.h
index a92ecc85d08..ce84f3493c8 100644
--- a/TAO/tests/NestedUpcall/Simple/server_i.h
+++ b/TAO/tests/NestedUpcall/Simple/server_i.h
@@ -8,16 +8,14 @@ public:
server_i (int quiet,
CORBA::ORB_ptr orb);
- void ping (CORBA::UShort time_to_live
- ACE_ENV_ARG_DECL)
+ void ping (CORBA::UShort time_to_live)
ACE_THROW_SPEC ((CORBA::SystemException));
void start (client_ptr c,
- CORBA::UShort time_to_live
- ACE_ENV_ARG_DECL)
+ CORBA::UShort time_to_live)
ACE_THROW_SPEC ((CORBA::SystemException));
- void shutdown (ACE_ENV_SINGLE_ARG_DECL)
+ void shutdown (void)
ACE_THROW_SPEC ((CORBA::SystemException));
private: