[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services/ConnectionService - ConnectionService.py:1.5

Albertas Agejevas alga@codeworks.lt
Wed, 4 Dec 2002 12:57:48 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Services/ConnectionService
In directory cvs.zope.org:/tmp/cvs-serv25799/lib/python/Zope/App/OFS/Services/ConnectionService

Modified Files:
	ConnectionService.py 
Log Message:
Renamed 'Connections' service to 'SQLDatabaseConnections'

=== Zope3/lib/python/Zope/App/OFS/Services/ConnectionService/ConnectionService.py 1.4 => 1.5 ===
--- Zope3/lib/python/Zope/App/OFS/Services/ConnectionService/ConnectionService.py:1.4	Thu Aug  1 14:42:11 2002
+++ Zope3/lib/python/Zope/App/OFS/Services/ConnectionService/ConnectionService.py	Wed Dec  4 12:57:17 2002
@@ -55,7 +55,7 @@
     def getAvailableConnections(self):
         'See Zope.App.RDB.IConnectionService.IConnectionService'
         connections = list(self.keys())
-        service = queryNextService(self, "Connections")
+        service = queryNextService(self, "SQLDatabaseConnections")
         if service is not None:
             connections.append(service.getAvailableConnections())
         return connections