summaryrefslogtreecommitdiff
path: root/TAO/examples/PluggableUDP
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-04-24 19:49:42 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-04-24 19:49:42 +0000
commit84fbd4f8983631e59d384536ebced0d73bce0bf8 (patch)
tree74b4dbf07410aa226fa1dd24b6c65610131e3762 /TAO/examples/PluggableUDP
parent2e6c949bcad7bfb0ab8dc117088ce45e66eb980b (diff)
downloadATCD-84fbd4f8983631e59d384536ebced0d73bce0bf8.tar.gz
ChangeLogTag:Tue Apr 24 12:48:19 2001 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/examples/PluggableUDP')
-rw-r--r--TAO/examples/PluggableUDP/DIOP/DIOP_Connection_Handler.cpp14
-rw-r--r--TAO/examples/PluggableUDP/DIOP/DIOP_Connection_Handler.h4
2 files changed, 0 insertions, 18 deletions
diff --git a/TAO/examples/PluggableUDP/DIOP/DIOP_Connection_Handler.cpp b/TAO/examples/PluggableUDP/DIOP/DIOP_Connection_Handler.cpp
index 8afe2b82c74..49699687f17 100644
--- a/TAO/examples/PluggableUDP/DIOP/DIOP_Connection_Handler.cpp
+++ b/TAO/examples/PluggableUDP/DIOP/DIOP_Connection_Handler.cpp
@@ -256,20 +256,6 @@ TAO_DIOP_Connection_Handler::fetch_handle (void)
int
-TAO_DIOP_Connection_Handler::handle_timeout (const ACE_Time_Value &,
- const void *)
-{
- // Cannot deal with errors, and therefore they are ignored.
- if (this->transport ()->handle_output () == -1)
- {
- return -1;
- }
-
- return 0;
-}
-
-
-int
TAO_DIOP_Connection_Handler::add_transport_to_cache (void)
{
ACE_INET_Addr addr;
diff --git a/TAO/examples/PluggableUDP/DIOP/DIOP_Connection_Handler.h b/TAO/examples/PluggableUDP/DIOP/DIOP_Connection_Handler.h
index abdc19b8d1f..03356526237 100644
--- a/TAO/examples/PluggableUDP/DIOP/DIOP_Connection_Handler.h
+++ b/TAO/examples/PluggableUDP/DIOP/DIOP_Connection_Handler.h
@@ -114,10 +114,6 @@ public:
/// Return the underlying handle
virtual ACE_HANDLE fetch_handle (void);
- /// Called when buffering timer expires.
- virtual int handle_timeout (const ACE_Time_Value &tv,
- const void *arg = 0);
-
/// Add ourselves to Cache.
int add_transport_to_cache (void);