summaryrefslogtreecommitdiff
path: root/ace/Svc_Handler.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1996-11-22 05:10:33 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1996-11-22 05:10:33 +0000
commit2f5432a85a66c5f618cdaf8032f13be787311a31 (patch)
tree5ece8e95375cf7088ce6633c23421ceaaab9b039 /ace/Svc_Handler.h
parent88aa3350698954b097db8533a892fb45f6e59149 (diff)
downloadATCD-2f5432a85a66c5f618cdaf8032f13be787311a31.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Svc_Handler.h')
-rw-r--r--ace/Svc_Handler.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/ace/Svc_Handler.h b/ace/Svc_Handler.h
index bf10408b5ce..b66aa783ebd 100644
--- a/ace/Svc_Handler.h
+++ b/ace/Svc_Handler.h
@@ -1,7 +1,6 @@
/* -*- C++ -*- */
// $Id$
-
// ============================================================================
//
// = LIBRARY
@@ -101,12 +100,6 @@ public:
virtual int put (ACE_Message_Block *, ACE_Time_Value *tv = 0);
// Provide a default implementation to simplify ancestors...
- ACE_Reactor *reactor (void) const;
- // Get the underlying Reactor *.
-
- void reactor (ACE_Reactor *);
- // Set the underlying Reactor *.
-
virtual void destroy (void);
// Call this instead of <delete> to free up dynamically allocated
// <Svc_Handler>. This method knows whether or not the object was
@@ -136,9 +129,6 @@ private:
ACE_PEER_STREAM peer_;
// Maintain connection with client.
- ACE_Reactor *reactor_;
- // Event demultiplex associated with this object.
-
static ACE_Dynamic *instance (void);
// Point of access to the singleton.