diff options
Diffstat (limited to 'TAO/tao/PortableServer')
-rw-r--r-- | TAO/tao/PortableServer/Upcall_Wrapper.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tao/PortableServer/Upcall_Wrapper.cpp b/TAO/tao/PortableServer/Upcall_Wrapper.cpp index 352332e6cd0..2e9b1f1564d 100644 --- a/TAO/tao/PortableServer/Upcall_Wrapper.cpp +++ b/TAO/tao/PortableServer/Upcall_Wrapper.cpp @@ -293,6 +293,10 @@ TAO::Upcall_Wrapper::post_upcall (TAO_OutputCDR & cdr, ACE_CHECK; } } + + // Reply body marshaling completed. No other fragments to send. + cdr.more_fragments (false); } TAO_END_VERSIONED_NAMESPACE_DECL + |