summaryrefslogtreecommitdiff
path: root/TAO/tao/Strategies/SCIOP_Transport.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-04-20 12:40:50 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-04-20 12:40:50 +0000
commit1939a15774cacdf268c47b0bd7eb851ca4f149ab (patch)
tree8eaa757e26eff9e7ac20b3083429ff45aa4faefb /TAO/tao/Strategies/SCIOP_Transport.cpp
parent2f8a860d14adb56c57241b6e76a665e3835b1d04 (diff)
downloadATCD-1939a15774cacdf268c47b0bd7eb851ca4f149ab.tar.gz
ChangeLogTag: Thu Apr 20 11:50:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Strategies/SCIOP_Transport.cpp')
-rw-r--r--TAO/tao/Strategies/SCIOP_Transport.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Strategies/SCIOP_Transport.cpp b/TAO/tao/Strategies/SCIOP_Transport.cpp
index 72da213aa93..f306345bca0 100644
--- a/TAO/tao/Strategies/SCIOP_Transport.cpp
+++ b/TAO/tao/Strategies/SCIOP_Transport.cpp
@@ -48,7 +48,7 @@ TAO_SCIOP_Transport::TAO_SCIOP_Transport (TAO_SCIOP_Connection_Handler *handler,
{
// Use the normal GIOP object
ACE_NEW (this->messaging_object_,
- TAO_GIOP_Message_Base (orb_core));
+ TAO_GIOP_Message_Base (orb_core, this));
}
}