[Zope3-checkins] CVS: Zope3/src/zope/app/services - servicenames.py:1.4

R. Sean Bowman sean.bowman@acm.org
Sun, 9 Mar 2003 21:26:35 -0500


Update of /cvs-repository/Zope3/src/zope/app/services
In directory cvs.zope.org:/tmp/cvs-serv13411/zope/app/services

Modified Files:
	servicenames.py 
Log Message:
changed service name strings to match new service names (Events ->
EventPublication, Subscription -> EventSubscription,
ErrorReportingService -> ErrorLogging), modified zcml to agree with new
names


=== Zope3/src/zope/app/services/servicenames.py 1.3 => 1.4 ===
--- Zope3/src/zope/app/services/servicenames.py:1.3	Sat Mar  8 16:46:08 2003
+++ Zope3/src/zope/app/services/servicenames.py	Sun Mar  9 21:26:32 2003
@@ -20,9 +20,9 @@
 from zope.component.servicenames import *
 
 HubIds = 'HubIds'
-EventPublication = 'Events'
-EventSubscription = 'Subscription'
-ErrorLogging = 'ErrorReportingService'
+EventPublication = 'EventPublication'
+EventSubscription = 'EventSubscription'
+ErrorLogging = 'ErrorLogging'
 Roles = 'Roles'
 Permissions = 'Permissions'
 Authentication = 'Authentication'