summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2001-03-30 00:03:01 +0000
committerbala <balanatarajan@users.noreply.github.com>2001-03-30 00:03:01 +0000
commit2373b84340d4c3b1842aaacbd8d95c5de617371d (patch)
tree579ff985edbe2f053224bb9d5bbee72feb85ef23
parenta7d2ab6e2b47b16b31c8c043f5586206ee9b1fe1 (diff)
downloadATCD-2373b84340d4c3b1842aaacbd8d95c5de617371d.tar.gz
*** empty log message ***
-rw-r--r--TAO/tao/BiDir_GIOP/BiDirGIOP.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tao/BiDir_GIOP/BiDirGIOP.cpp b/TAO/tao/BiDir_GIOP/BiDirGIOP.cpp
index 4267d107e3d..81af731aa92 100644
--- a/TAO/tao/BiDir_GIOP/BiDirGIOP.cpp
+++ b/TAO/tao/BiDir_GIOP/BiDirGIOP.cpp
@@ -2,6 +2,7 @@
#include "BiDirGIOP.h"
#include "BiDir_ORBInitializer.h"
+#include "tao/ORB_Core.h"
ACE_RCSID(BiDir_GIOP, BiDirGIOP, "$Id$")
@@ -60,7 +61,7 @@ TAO_BiDirGIOP_Loader::parse_policy (TAO_ORB_Core *orb_core,
{
// Set the flag in the ORB_Core
if (bidir_policy->value () == BiDirPolicy::BOTH)
- orb_core_->bidir_giop_policy (1);
+ orb_core->bidir_giop_policy (1);
return 1;
}