[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/RDB - IConnectionService.py:1.4.26.1

Marius Gedminas mgedmin@codeworks.lt
Wed, 11 Dec 2002 07:20:09 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/App/RDB
In directory cvs.zope.org:/tmp/cvs-serv28934/lib/python/Zope/App/RDB

Modified Files:
      Tag: named-component-configuration-branch
	IConnectionService.py 
Log Message:
ConnectionService refactoring and bugfixes
Removed a bunch of decoys from Zope.App.OFS.Services subtree


=== Zope3/lib/python/Zope/App/RDB/IConnectionService.py 1.4 => 1.4.26.1 ===
--- Zope3/lib/python/Zope/App/RDB/IConnectionService.py:1.4	Thu Oct  3 09:06:01 2002
+++ Zope3/lib/python/Zope/App/RDB/IConnectionService.py	Wed Dec 11 07:20:09 2002
@@ -25,4 +25,4 @@
         """Returns a connection object by name or default."""
 
     def getAvailableConnections():
-        """Returns the connections known to this connection service."""
+        """Returns the connections available from this connection service."""