summaryrefslogtreecommitdiff
path: root/TAO/tao/poaC.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/poaC.cpp')
-rw-r--r--TAO/tao/poaC.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/poaC.cpp b/TAO/tao/poaC.cpp
index bee32caef92..0613457001f 100644
--- a/TAO/tao/poaC.cpp
+++ b/TAO/tao/poaC.cpp
@@ -1659,7 +1659,7 @@ PortableServer::ServantLocator_ptr PortableServer::ServantLocator::_bind (const
return PortableServer::ServantLocator::_narrow (objref, env);
}
-PortableServer::Servant PortableServer::ServantLocator::preinvoke (const PortableServer::ObjectId &oid, PortableServer::POA_ptr adapter, const char *operation, PortableServer::ServantLocator::Cookie the_cookie, CORBA::Environment &env)
+PortableServer::Servant PortableServer::ServantLocator::preinvoke (const PortableServer::ObjectId &oid, PortableServer::POA_ptr adapter, const char *operation, PortableServer::ServantLocator::Cookie & the_cookie, CORBA::Environment &env)
{
env.exception (new CORBA::MARSHAL (CORBA::COMPLETED_NO));
return 0;