diff options
author | sma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2013-03-06 09:22:01 +0000 |
---|---|---|
committer | sma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2013-03-06 09:22:01 +0000 |
commit | 377c450aa4422f6142cfbff22f9cef33d5826a7b (patch) | |
tree | a1b75576eaa6a1d663bc6ba11b03480ca020dac2 /TAO/tao/Messaging | |
parent | 022162774da3acb231e3f1410efed6ebaee4fd8c (diff) | |
download | ATCD-377c450aa4422f6142cfbff22f9cef33d5826a7b.tar.gz |
Wed Mar 06 09:20:00 UTC 2013 Simon Massey <simon dot massey at prismtech dot com>
Diffstat (limited to 'TAO/tao/Messaging')
-rw-r--r-- | TAO/tao/Messaging/Asynch_Reply_Dispatcher.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Messaging/Asynch_Reply_Dispatcher.cpp b/TAO/tao/Messaging/Asynch_Reply_Dispatcher.cpp index 1f1c099cb99..158005a98b5 100644 --- a/TAO/tao/Messaging/Asynch_Reply_Dispatcher.cpp +++ b/TAO/tao/Messaging/Asynch_Reply_Dispatcher.cpp @@ -230,7 +230,7 @@ TAO_Asynch_Reply_Dispatcher::reply_timed_out (void) CORBA::TIMEOUT timeout_failure ( CORBA::SystemException::_tao_minor_code ( TAO_TIMEOUT_RECV_MINOR_CODE, - errno), + ETIME), CORBA::COMPLETED_MAYBE); TAO_OutputCDR out_cdr; |