summaryrefslogtreecommitdiff
path: root/ace/Svc_Handler.h
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-07-12 19:42:56 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-07-12 19:42:56 +0000
commitf14ad900aff4e7988b674173ee4639aa21041d17 (patch)
tree9cb58dfe15e7afe550cf3a732e8fd2f2afee9aed /ace/Svc_Handler.h
parent60df6d4fe23e0e083036241b9de0c2a7708995b7 (diff)
downloadATCD-f14ad900aff4e7988b674173ee4639aa21041d17.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Svc_Handler.h')
-rw-r--r--ace/Svc_Handler.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/Svc_Handler.h b/ace/Svc_Handler.h
index 9eb192d50a3..16a88f61ad4 100644
--- a/ace/Svc_Handler.h
+++ b/ace/Svc_Handler.h
@@ -108,6 +108,9 @@ public:
// Overloaded new operator. This is used to unobtrusively detect
// when a Svc_Handler is allocated dynamically.
+ void shutdown (void);
+ // Close down the descriptor and unregister from the Reactor
+
void dump (void) const;
// Dump the state of an object.
@@ -119,9 +122,6 @@ public:
// to be a public new and a private delete.
private:
- void shutdown (void);
- // Close down the descriptor
-
ACE_PEER_STREAM peer_;
// Maintain connection with client.