diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-03-28 22:43:20 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-03-28 22:43:20 +0000 |
commit | 7c5a7915dcb32fa6b33b0d9fcb0704a94c4c2fba (patch) | |
tree | 18d9f03ec6062b921772aa343ae57048c5d111f6 /TAO/tao/Pluggable_Messaging.cpp | |
parent | de2d6ca1639bfcd654b70309975e921e1e681cad (diff) | |
download | ATCD-7c5a7915dcb32fa6b33b0d9fcb0704a94c4c2fba.tar.gz |
ChangeLogTag:Tue Mar 28 14:40:54 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/tao/Pluggable_Messaging.cpp')
-rw-r--r-- | TAO/tao/Pluggable_Messaging.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Pluggable_Messaging.cpp b/TAO/tao/Pluggable_Messaging.cpp index 45d41b20894..1544877aac1 100644 --- a/TAO/tao/Pluggable_Messaging.cpp +++ b/TAO/tao/Pluggable_Messaging.cpp @@ -46,7 +46,7 @@ TAO_Pluggable_Messaging:: transport_message (TAO_Transport *transport, return -1; } - + // EOF. if (n == 0) { |