summaryrefslogtreecommitdiff
path: root/TAO/tao/Invocation_Adapter.cpp
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-10-29 21:07:40 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-10-29 21:07:40 +0000
commit83a211f27b787f2d4af261a0aaee3d0e0c9b1046 (patch)
treebf940f53b9f6465de05b64fb9f18a233fad68822 /TAO/tao/Invocation_Adapter.cpp
parent3b66acbc8ca8a1e00ffc13b322d189ed6f490010 (diff)
downloadATCD-83a211f27b787f2d4af261a0aaee3d0e0c9b1046.tar.gz
ChangeLogTag: Wed Oct 29 15:03:58 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Invocation_Adapter.cpp')
-rw-r--r--TAO/tao/Invocation_Adapter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Invocation_Adapter.cpp b/TAO/tao/Invocation_Adapter.cpp
index e00b0cea362..4ffb4656e3d 100644
--- a/TAO/tao/Invocation_Adapter.cpp
+++ b/TAO/tao/Invocation_Adapter.cpp
@@ -307,9 +307,9 @@ namespace TAO
sync_scope);
if (has_synchronization)
- op.response_flags (sync_scope);
+ op.response_flags (CORBA::Octet (sync_scope));
else
- op.response_flags (Messaging::SYNC_WITH_TRANSPORT);
+ op.response_flags (CORBA::Octet (Messaging::SYNC_WITH_TRANSPORT));
TAO::Synch_Oneway_Invocation synch (this->target_,
r,