summaryrefslogtreecommitdiff
path: root/tests/Conn_Test.h
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-26 01:43:14 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-26 01:43:14 +0000
commit5d3b87a68444cfe7d9b29f149feb87a907b5dec1 (patch)
tree3c9c4134b97200d8a4a900715cdfac543ebd2159 /tests/Conn_Test.h
parent532c705f54375a9cc089861966d3db61bc4d5644 (diff)
downloadATCD-5d3b87a68444cfe7d9b29f149feb87a907b5dec1.tar.gz
*** empty log message ***
Diffstat (limited to 'tests/Conn_Test.h')
-rw-r--r--tests/Conn_Test.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/Conn_Test.h b/tests/Conn_Test.h
index db0828b9758..d3efc912733 100644
--- a/tests/Conn_Test.h
+++ b/tests/Conn_Test.h
@@ -27,17 +27,4 @@ public:
int close (u_long = 0);
// Shutdown the <Svc_Handler>.
-
- void in_use (int);
- // Set the use flag (i.e., 1 means "in use", 0 means "not in use").
-
- int in_use (void);
- // Returns the current use flag.
-
- int handle_close (ACE_HANDLE = ACE_INVALID_HANDLE,
- ACE_Reactor_Mask = ACE_Event_Handler::ALL_EVENTS_MASK);
-
-private:
- int in_use_;
- // Are we currently in use?
};