[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/ComponentArchitecture - configure.zcml:1.6.6.1

Deb dhazarika@zeomega.com
Tue, 22 Oct 2002 01:59:38 -0400


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

Modified Files:
      Tag: Zope3-Bangalore-TTW-Branch
	configure.zcml 
Log Message:
InterfaceService configured


=== Zope3/lib/python/Zope/App/ComponentArchitecture/configure.zcml 1.6 => 1.6.6.1 ===
--- Zope3/lib/python/Zope/App/ComponentArchitecture/configure.zcml:1.6	Thu Aug  1 14:42:09 2002
+++ Zope3/lib/python/Zope/App/ComponentArchitecture/configure.zcml	Tue Oct 22 01:59:37 2002
@@ -46,6 +46,14 @@
         implementation="
            Zope.App.ComponentArchitecture.hooks.getServiceManager_hook" />
 
+  <serviceType id='Interfaces'
+               interface='Zope.App.ComponentArchitecture.IInterfaceService.' />
+  <service serviceType='Interfaces'
+           permission='Zope.Public'
+           component='Zope.App.ComponentArchitecture.InterfaceService.interfaceService' />
+
+
+
 </zopeConfigure>