summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2001-05-14 20:45:05 +0000
committerbala <balanatarajan@users.noreply.github.com>2001-05-14 20:45:05 +0000
commitd5b39ee09526dc74d29e42cf03a4e9e91e353f3b (patch)
tree505a6571c4d8635fea92f3aed7b495825be33948
parentb301ef71a13710fe992fbf04e6c82736bce7272b (diff)
downloadATCD-d5b39ee09526dc74d29e42cf03a4e9e91e353f3b.tar.gz
*** empty log message ***
-rw-r--r--TAO/tao/Strategies/SHMIOP_Transport.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Strategies/SHMIOP_Transport.cpp b/TAO/tao/Strategies/SHMIOP_Transport.cpp
index 1c1008138c0..7ae8fa40e7a 100644
--- a/TAO/tao/Strategies/SHMIOP_Transport.cpp
+++ b/TAO/tao/Strategies/SHMIOP_Transport.cpp
@@ -43,7 +43,7 @@ TAO_SHMIOP_Transport::TAO_SHMIOP_Transport (TAO_SHMIOP_Connection_Handler *handl
{
// Use the normal GIOP object
ACE_NEW (this->messaging_object_,
- TAO_GIOP_Message_Base (orb_core));
+ TAO_GIOP_Message_NonReactive_Base (orb_core));
}
}