[Zope3-checkins]
SVN: Zope3/branches/jim-adapter/src/zope/component/components.py
Let Jim know about two methods he still has to implement :).
Philipp von Weitershausen
philikon at philikon.de
Tue Feb 28 10:55:09 EST 2006
Log message for revision 65585:
Let Jim know about two methods he still has to implement :).
Changed:
U Zope3/branches/jim-adapter/src/zope/component/components.py
-=-
Modified: Zope3/branches/jim-adapter/src/zope/component/components.py
===================================================================
--- Zope3/branches/jim-adapter/src/zope/component/components.py 2006-02-28 15:49:21 UTC (rev 65584)
+++ Zope3/branches/jim-adapter/src/zope/component/components.py 2006-02-28 15:55:08 UTC (rev 65585)
@@ -88,6 +88,14 @@
raise interfaces.ComponentLookupError(provided, name)
return utility
+ #TODO
+ def getUtilitiesFor(self, interface, context=None):
+ return []
+
+ #TODO
+ def getAllUtilitiesRegisteredFor(self, interface, context=None):
+ return []
+
def registerAdapter(self, factory, required=None, provided=None, name=u'',
info=u''):
if provided is None:
More information about the Zope3-Checkins
mailing list