Removed an outdated comment. It is now safe to have a single module be a service, one or more service instances, and one or more objects all at the same time.

This commit is contained in:
ian%hixie.ch 2001-12-01 04:29:20 +00:00
Родитель ec72763964
Коммит ac14fa1708
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -230,9 +230,6 @@ sub getServiceInstance {
# instances are services that are NOT intended to be kept in either of
# the controller's lists, they are created by the controller, and they
# are never asked for as normal services.
#
# It is a serious (and as yet undetected) error for a service to be
# created from both 'getService' and 'getServiceInstance'.
sub dispatchMethod {