summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2003-11-26 14:13:21 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2003-11-26 14:13:21 +0000
commit2ad08cf31dfc768ee7311ae124164089ad5d9ea1 (patch)
tree6a1aa0bf92835e797b552edb4be0893ac5438b86
parent81e87d0afc7b98401c95817c270308d2fd6556c5 (diff)
downloadATCD-2ad08cf31dfc768ee7311ae124164089ad5d9ea1.tar.gz
ChangeLogTag: Wed Nov 26 14:13:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/orbsvcs/orbsvcs/FtRtEvent/Utils/activate_with_id.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/FtRtEvent/Utils/activate_with_id.h b/TAO/orbsvcs/orbsvcs/FtRtEvent/Utils/activate_with_id.h
index e63938051dd..bbd7f2e36c7 100644
--- a/TAO/orbsvcs/orbsvcs/FtRtEvent/Utils/activate_with_id.h
+++ b/TAO/orbsvcs/orbsvcs/FtRtEvent/Utils/activate_with_id.h
@@ -19,7 +19,7 @@ activate_object_with_id (T * &result,
const FtRtecEventComm::ObjectId &oid
ACE_ENV_ARG_DECL_WITH_DEFAULTS)
{
- PortableServer::ObjectId& id = ACE_reinterpret_cast(PortableServer::ObjectId& ,oid);
+ const PortableServer::ObjectId& id = ACE_reinterpret_cast(const PortableServer::ObjectId& ,oid);
poa->activate_object_with_id(id,
servant ACE_ENV_ARG_PARAMETER);