Mail Archive Home | fractal-commits List | Febuary 2006 Index
| <-- Date Index --> | <-- Thread Index --> |
Date: Thursday, February 23, 2006 @ 21:37:51
Author: seintur
Path: .../aokell/src/org/objectweb/fractal/aokell/lib/control/component
Modified: ComponentImpl.java
It is no longer necessary for controllers to implement the Controller
interface.
Controllers may be instances of any type.
--------------------+
ComponentImpl.java | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index:
aokell/src/org/objectweb/fractal/aokell/lib/control/component/ComponentImpl.java
diff -u
aokell/src/org/objectweb/fractal/aokell/lib/control/component/ComponentImpl.java:1.2
aokell/src/org/objectweb/fractal/aokell/lib/control/component/ComponentImpl.java:1.3
---
aokell/src/org/objectweb/fractal/aokell/lib/control/component/ComponentImpl.java:1.2
Thu Feb 23 14:04:44 2006
+++
aokell/src/org/objectweb/fractal/aokell/lib/control/component/ComponentImpl.java
Thu Feb 23 21:37:51 2006
@@ -433,7 +433,7 @@
for (Iterator iter = ctrls.entrySet().iterator(); iter.hasNext();
i++) {
Map.Entry entry = (Map.Entry) iter.next();
InterfaceType it = (InterfaceType) entry.getKey();
- Controller ctrl = (Controller) entry.getValue();
+ Object ctrl = entry.getValue();
Interface itf = getProxyInterface(it,this,ctrl,dfii);
singletonControlItfs.add(itf);
| <-- Date Index --> | <-- Thread Index --> |
Powered by MHonArc.
Copyright © 2006-2007, OW2 Consortium | contact | webmaster.