summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/ORT/Gateway_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/ORT/Gateway_i.h')
-rw-r--r--TAO/orbsvcs/examples/ORT/Gateway_i.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/orbsvcs/examples/ORT/Gateway_i.h b/TAO/orbsvcs/examples/ORT/Gateway_i.h
index a49d7a1e73a..16ff2ca5d56 100644
--- a/TAO/orbsvcs/examples/ORT/Gateway_i.h
+++ b/TAO/orbsvcs/examples/ORT/Gateway_i.h
@@ -32,13 +32,11 @@ public:
Gateway_i (CORBA::ORB_ptr orb,
PortableServer::Current_ptr poa_current);
- virtual void invoke (CORBA::ServerRequest_ptr request
- ACE_ENV_ARG_DECL);
+ virtual void invoke (CORBA::ServerRequest_ptr request);
virtual CORBA::RepositoryId _primary_interface (
const PortableServer::ObjectId &oid,
- PortableServer::POA_ptr poa
- ACE_ENV_ARG_DECL);
+ PortableServer::POA_ptr poa);
private: