summaryrefslogtreecommitdiff
path: root/tests/Cached_Conn_Test.cpp
diff options
context:
space:
mode:
authorkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-02 17:24:44 +0000
committerkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-02 17:24:44 +0000
commitd1c5987eabe94554db65cc6fefde10026870f561 (patch)
tree474ca365cdf219f772612936719dd3976fc13684 /tests/Cached_Conn_Test.cpp
parent4f2a89425d1439ffa9aaae94c7ca318234bd743e (diff)
downloadATCD-d1c5987eabe94554db65cc6fefde10026870f561.tar.gz
Added comments
Diffstat (limited to 'tests/Cached_Conn_Test.cpp')
-rw-r--r--tests/Cached_Conn_Test.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/Cached_Conn_Test.cpp b/tests/Cached_Conn_Test.cpp
index f647685e25a..bfe06ffeb4a 100644
--- a/tests/Cached_Conn_Test.cpp
+++ b/tests/Cached_Conn_Test.cpp
@@ -9,8 +9,11 @@
// Cached_Conn_Test.cpp
//
// = DESCRIPTION
-// The test illustrates how the <ACE_Strategy_Connector> works by showing how you can
-// cache connections on the client.
+// The test illustrates how the <ACE_Strategy_Connector> works by
+// showing how you can cache connections on the client using
+// different caching strategies. Also how connections can be purged
+// explicitly if needed from the connection cache maintained by the
+// connector.
//
// = AUTHOR
// Kirthika Parameswaran <kirthika@cs.wustl.edu>