summaryrefslogtreecommitdiff
path: root/TAO/examples/Advanced/ch_12/server.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Advanced/ch_12/server.h')
-rw-r--r--TAO/examples/Advanced/ch_12/server.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/examples/Advanced/ch_12/server.h b/TAO/examples/Advanced/ch_12/server.h
index a68cfacd9ec..ce0413811a4 100644
--- a/TAO/examples/Advanced/ch_12/server.h
+++ b/TAO/examples/Advanced/ch_12/server.h
@@ -192,8 +192,7 @@ public:
preinvoke (const PortableServer::ObjectId & oid,
PortableServer::POA_ptr poa,
const char * operation,
- void * & cookie
- ACE_ENV_ARG_DECL)
+ void * & cookie)
throw (CORBA::SystemException,
PortableServer::ForwardRequest);
virtual void
@@ -201,8 +200,7 @@ public:
PortableServer::POA_ptr /*poa*/,
const char * /*operation*/,
void * /*cookie*/,
- PortableServer::Servant /*servant*/
- ACE_ENV_ARG_DECL)
+ PortableServer::Servant /*servant*/)
throw (CORBA::SystemException) {}
private:
Controller_impl * m_ctrl;