summaryrefslogtreecommitdiff
path: root/TAO/tao/Profile_Transport_Resolver.cpp
diff options
context:
space:
mode:
authorPhil Mesnier <mesnier_p@ociweb.com>2005-07-13 22:15:31 +0000
committerPhil Mesnier <mesnier_p@ociweb.com>2005-07-13 22:15:31 +0000
commitb75199c59154ceafdbf3d5e2b1279d73783c05bb (patch)
tree0180a382b2de6c08a2ce533295772efc03876222 /TAO/tao/Profile_Transport_Resolver.cpp
parentd902bd85103074e3fa0e37f91a1b4a12f3c47840 (diff)
downloadATCD-b75199c59154ceafdbf3d5e2b1279d73783c05bb.tar.gz
ChangeLog tag: Wed Jul 13 16:37:41 2005 Phil Mesnier <mesnier_p@ociweb.com>
Diffstat (limited to 'TAO/tao/Profile_Transport_Resolver.cpp')
-rw-r--r--TAO/tao/Profile_Transport_Resolver.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tao/Profile_Transport_Resolver.cpp b/TAO/tao/Profile_Transport_Resolver.cpp
index 0fab758b90c..8c88d2a7db0 100644
--- a/TAO/tao/Profile_Transport_Resolver.cpp
+++ b/TAO/tao/Profile_Transport_Resolver.cpp
@@ -109,7 +109,8 @@ namespace TAO
{
TAO_Codeset_Manager *tcm =
this->stub_->orb_core ()->codeset_manager ();
- tcm->set_tcs (*this->profile_, *this->transport_);
+ if (tcm)
+ tcm->set_tcs (*this->profile_, *this->transport_);
}
}