summaryrefslogtreecommitdiff
path: root/TAO/examples/PluggableUDP/tests/Basic/UDP_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/PluggableUDP/tests/Basic/UDP_i.h')
-rw-r--r--TAO/examples/PluggableUDP/tests/Basic/UDP_i.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/TAO/examples/PluggableUDP/tests/Basic/UDP_i.h b/TAO/examples/PluggableUDP/tests/Basic/UDP_i.h
index a58b21721cc..a2c81560b23 100644
--- a/TAO/examples/PluggableUDP/tests/Basic/UDP_i.h
+++ b/TAO/examples/PluggableUDP/tests/Basic/UDP_i.h
@@ -46,11 +46,10 @@ public:
virtual void invoke (const char *client_name,
UDP_ptr udpHandler,
- CORBA::Long request_id
- ACE_ENV_ARG_DECL_WITH_DEFAULTS)
+ CORBA::Long request_id)
ACE_THROW_SPEC ((CORBA::SystemException));
- virtual void shutdown (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ virtual void shutdown (void)
ACE_THROW_SPEC ((CORBA::SystemException));
// Shutdown the server.