summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Connection_Handler.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-07-18 12:06:59 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-07-18 12:06:59 +0000
commit9bd8b66cb011cd5ce558e51762b029f1e15bcb29 (patch)
tree4dc5447d4a7270a1498e96096da201746111d495 /TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Connection_Handler.cpp
parent47d37121cbcdc7e7f170f2d997520428496ae702 (diff)
downloadATCD-9bd8b66cb011cd5ce558e51762b029f1e15bcb29.tar.gz
Wed Jul 18 12:06:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Connection_Handler.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Connection_Handler.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Connection_Handler.cpp b/TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Connection_Handler.cpp
index c54eeb9641b..9590935b31e 100644
--- a/TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Connection_Handler.cpp
+++ b/TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Connection_Handler.cpp
@@ -53,7 +53,7 @@ TAO_UIPMC_Connection_Handler::TAO_UIPMC_Connection_Handler (TAO_ORB_Core *orb_co
{
TAO_UIPMC_Transport* specific_transport = 0;
ACE_NEW(specific_transport,
- TAO_UIPMC_Transport(this, orb_core, 0));
+ TAO_UIPMC_Transport(this, orb_core));
// store this pointer (indirectly increment ref count)
this->transport (specific_transport);
@@ -163,7 +163,7 @@ TAO_UIPMC_Connection_Handler::open (void*)
return -1;
this->state_changed (TAO_LF_Event::LFS_SUCCESS,
this->orb_core ()->leader_follower ());
-
+
return 0;
}