summaryrefslogtreecommitdiff
path: root/tests/Cached_Conn_Test.cpp
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-20 01:12:26 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-20 01:12:26 +0000
commitdaedcd54c2d99ba783d0684026bd4a8b058889c4 (patch)
tree5bfb060afaaed3b9e66ba57fac2818051d8e8c17 /tests/Cached_Conn_Test.cpp
parent7e9e1f8831e2535c14f0a029bce005e823ca8349 (diff)
downloadATCD-daedcd54c2d99ba783d0684026bd4a8b058889c4.tar.gz
ChangeLogTag:Mon Jul 19 19:46:50 1999 Irfan Pyarali <irfan@cs.wustl.edu>
Diffstat (limited to 'tests/Cached_Conn_Test.cpp')
-rw-r--r--tests/Cached_Conn_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Cached_Conn_Test.cpp b/tests/Cached_Conn_Test.cpp
index e74b250f550..4f277df60e3 100644
--- a/tests/Cached_Conn_Test.cpp
+++ b/tests/Cached_Conn_Test.cpp
@@ -213,7 +213,7 @@ cached_connect (STRATEGY_CONNECTOR &con,
-1);
// Reset Svc_Handler state.
- svc_handler->state (ACE_RECYCLABLE_PURGABLE_BUT_NOT_IDLE);
+ svc_handler->recycle_state (ACE_RECYCLABLE_PURGABLE_BUT_NOT_IDLE);
return 0;
}