summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2000-12-14 20:08:49 +0000
committerbala <balanatarajan@users.noreply.github.com>2000-12-14 20:08:49 +0000
commit3d6380440c2cc2b0aac0e1796f23f51ab9d9cc33 (patch)
treeeb157fe161593796d7cb24abfb34829aa0462495
parent96d8edf2c79b39481cdf92c6150009c991a2310c (diff)
downloadATCD-3d6380440c2cc2b0aac0e1796f23f51ab9d9cc33.tar.gz
*** empty log message ***
-rw-r--r--TAO/tao/IIOP_Transport.cpp5
-rw-r--r--TAO/tao/Makefile1
-rw-r--r--TAO/tao/corba.h1
3 files changed, 7 insertions, 0 deletions
diff --git a/TAO/tao/IIOP_Transport.cpp b/TAO/tao/IIOP_Transport.cpp
index 28cc9432e36..1cae8dd52b8 100644
--- a/TAO/tao/IIOP_Transport.cpp
+++ b/TAO/tao/IIOP_Transport.cpp
@@ -313,6 +313,9 @@ TAO_IIOP_Transport::send_request_header (TAO_Operation_Details &opdetails,
this->bidirectional_flag_ == 0)
{
this->set_bidir_context_info (opdetails);
+
+ // Set the flag to 1
+ this->bidirectional_flag_ = 1;
}
// We are going to pass on this request to the underlying messaging
@@ -519,6 +522,8 @@ TAO_IIOP_Transport::get_listen_point (
-1);
}
+ cout << "Amba sambavi " <<endl;
+
for (size_t index = 0;
index <= count;
index++)
diff --git a/TAO/tao/Makefile b/TAO/tao/Makefile
index d49b5aff8ba..2e386da6fa0 100644
--- a/TAO/tao/Makefile
+++ b/TAO/tao/Makefile
@@ -197,6 +197,7 @@ ORB_CORE_FILES = \
CONV_FRAMEC \
CONV_FRAMES \
Tagged_Components \
+ Service_Context \
GIOPC \
GIOPS \
BoundsC \
diff --git a/TAO/tao/corba.h b/TAO/tao/corba.h
index 6d30324f5df..64098f4860d 100644
--- a/TAO/tao/corba.h
+++ b/TAO/tao/corba.h
@@ -88,6 +88,7 @@
#include "tao/PortableInterceptor.h" // This needs to remain visible.
#include "tao/ClientRequestInfo.h"
+#include "tao/BiDirPolicyC.h"
#if !defined (ACE_NESTED_CLASS)
#if defined (ACE_WIN32)