summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhuangming <huangminghuang@users.noreply.github.com>2003-12-07 22:43:02 +0000
committerhuangming <huangminghuang@users.noreply.github.com>2003-12-07 22:43:02 +0000
commit4ddd4830b49dc07d73ae57b48d6be52cad776595 (patch)
tree3c850561d426394b84cd0515e444017a5d51568a
parent5de51b5dccf2b7034c60f3fd8dfefcacb0d64fb8 (diff)
downloadATCD-4ddd4830b49dc07d73ae57b48d6be52cad776595.tar.gz
*** empty log message ***
-rw-r--r--TAO/orbsvcs/orbsvcs/FtRtEvent/Utils/FTEC_Gateway.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/orbsvcs/FtRtEvent/Utils/FTEC_Gateway.cpp b/TAO/orbsvcs/orbsvcs/FtRtEvent/Utils/FTEC_Gateway.cpp
index eff7cc8e77e..98fd1608b38 100644
--- a/TAO/orbsvcs/orbsvcs/FtRtEvent/Utils/FTEC_Gateway.cpp
+++ b/TAO/orbsvcs/orbsvcs/FtRtEvent/Utils/FTEC_Gateway.cpp
@@ -139,9 +139,9 @@ RtecEventChannelAdmin::EventChannel_ptr
FTEC_Gateway::activate(PortableServer::POA_ptr poa ACE_ENV_ARG_DECL)
{
// preallocation connections
- //CORBA::PolicyList_var pols;
- //impl_->ftec->_validate_connection (pols.out () ACE_ENV_ARG_PARAMETER);
- //ACE_CHECK_RETURN(0);
+ CORBA::PolicyList_var pols;
+ impl_->ftec->_validate_connection (pols.out () ACE_ENV_ARG_PARAMETER);
+ ACE_CHECK_RETURN(0);
PortableServer::IdUniquenessPolicy_var id_uniqueness_policy =
poa->create_id_uniqueness_policy(PortableServer::MULTIPLE_ID