Mercurial > libervia-pubsub
comparison idavoll/idavoll.py @ 35:c51bca11699b
Remove erroneous second invocation of NotificationService and matching
component.IService adapter.
author | Ralph Meijer <ralphm@ik.nu> |
---|---|
date | Sun, 31 Oct 2004 15:57:23 +0000 |
parents | ddc08757ec1d |
children | 7d088c61e131 |
comparison
equal
deleted
inserted
replaced
34:b65b7ea5c992 | 35:c51bca11699b |
---|---|
103 | 103 |
104 bsc = b.NodeCreationService() | 104 bsc = b.NodeCreationService() |
105 bsc.setServiceParent(bs) | 105 bsc.setServiceParent(bs) |
106 component.IService(bsc).setServiceParent(sm) | 106 component.IService(bsc).setServiceParent(sm) |
107 | 107 |
108 bsc = b.NotificationService() | |
109 bsc.setServiceParent(bs) | |
110 component.IService(bsc).setServiceParent(sm) | |
111 | |
112 bsc = b.SubscriptionService() | 108 bsc = b.SubscriptionService() |
113 bsc.setServiceParent(bs) | 109 bsc.setServiceParent(bs) |
114 component.IService(bsc).setServiceParent(sm) | 110 component.IService(bsc).setServiceParent(sm) |
115 | 111 |
116 s = IdavollService() | 112 s = IdavollService() |