summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2000-02-08 00:55:43 +0000
committerbala <balanatarajan@users.noreply.github.com>2000-02-08 00:55:43 +0000
commit6f2aab5cf5b2ef376cd5910d079bb2765ae9efce (patch)
treefea53c6405b181629d9751880ddd44a62cf980e4
parent7df64878b8ce5caaa619fc2c136aa80c1501b0bd (diff)
downloadATCD-6f2aab5cf5b2ef376cd5910d079bb2765ae9efce.tar.gz
*** empty log message ***
-rw-r--r--TAO/tao/GIOP_Message_Connectors.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tao/GIOP_Message_Connectors.cpp b/TAO/tao/GIOP_Message_Connectors.cpp
index c4d6a4d9f1f..b37f2eea9e8 100644
--- a/TAO/tao/GIOP_Message_Connectors.cpp
+++ b/TAO/tao/GIOP_Message_Connectors.cpp
@@ -26,6 +26,10 @@ TAO_GIOP_Message_Connectors::
// First the request id
msg << request_id;
+ // @@ (JP) Temporary hack until all of GIOP 1.2 is implemented.
+ if (response_flags == 131)
+ out_stream << CORBA::Any::from_octet (1);
+
// Second the response flags
// Sync scope - ignored by server if request is not oneway.
if (response_flags == CORBA::Octet (TAO::SYNC_WITH_TRANSPORT) ||