summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Connection_Handler.cpp
diff options
context:
space:
mode:
authorcleeland <cleeland@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-08-19 21:57:54 +0000
committercleeland <cleeland@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-08-19 21:57:54 +0000
commit18101f4770f620b14e863b8b43fe777d61f8b91c (patch)
tree2c94496784d8eea435127e23d9f195cf2372f268 /TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Connection_Handler.cpp
parent7f9a9a8fcfbd8bfdde94fc9d5768cab5b97d7dd9 (diff)
downloadATCD-18101f4770f620b14e863b8b43fe777d61f8b91c.tar.gz
Thu Aug 19 16:49:24 2004 Chris Cleeland <cleeland_c@ociweb.com>
Added Wait_On_LF_NoUpcall wait strategy.
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Connection_Handler.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Connection_Handler.cpp11
1 files changed, 1 insertions, 10 deletions
diff --git a/TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Connection_Handler.cpp b/TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Connection_Handler.cpp
index 42bd78c73ed..870c1dd57e4 100644
--- a/TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Connection_Handler.cpp
+++ b/TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Connection_Handler.cpp
@@ -191,16 +191,7 @@ TAO_UIPMC_Connection_Handler::close_connection (void)
int
TAO_UIPMC_Connection_Handler::handle_input (ACE_HANDLE h)
{
- int result =
- this->handle_input_eh (h, this);
-
- if (result == -1)
- {
- this->close_connection ();
- return 0;
- }
-
- return result;
+ return this->handle_input_eh (h, this);
}
int