summaryrefslogtreecommitdiff
path: root/TAO/tests/DSI_Gateway/test_dsi.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/DSI_Gateway/test_dsi.h')
-rw-r--r--TAO/tests/DSI_Gateway/test_dsi.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/tests/DSI_Gateway/test_dsi.h b/TAO/tests/DSI_Gateway/test_dsi.h
index eb219d03547..77333ed445d 100644
--- a/TAO/tests/DSI_Gateway/test_dsi.h
+++ b/TAO/tests/DSI_Gateway/test_dsi.h
@@ -35,19 +35,19 @@ public:
// ctor
// = The DynamicImplementation methods.
- virtual void invoke (CORBA::ServerRequest_ptr request,
- CORBA::Environment &env)
+ virtual void invoke (CORBA::ServerRequest_ptr request
+ TAO_ENV_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::RepositoryId _primary_interface (
const PortableServer::ObjectId &oid,
- PortableServer::POA_ptr poa,
- CORBA::Environment &ACE_TRY_ENV
+ PortableServer::POA_ptr poa
+ TAO_ENV_ARG_DECL
)
ACE_THROW_SPEC (());
virtual PortableServer::POA_ptr _default_POA (
- CORBA::Environment &ACE_TRY_ENV
+ TAO_ENV_SINGLE_ARG_DECL
);
private: