Mail Archive Home | fractal-commits List | Febuary 2006 Index
| <-- Date Index --> | <-- Thread Index --> |
Date: Tuesday, February 28, 2006 @ 09:10:19
Author: seintur
Path: .../aokell/features/membrane/oo/src/org/objectweb/fractal/aokell
Modified: AOKellMembranes.java
Removing an uneeded controller (AttributeController) from the definition of
OO membranes for parametric (non template) types.
----------------------+
AOKellMembranes.java | 18 ------------------
1 files changed, 18 deletions(-)
Index:
aokell/features/membrane/oo/src/org/objectweb/fractal/aokell/AOKellMembranes.java
diff -u
aokell/features/membrane/oo/src/org/objectweb/fractal/aokell/AOKellMembranes.java:1.2
aokell/features/membrane/oo/src/org/objectweb/fractal/aokell/AOKellMembranes.java:1.3
---
aokell/features/membrane/oo/src/org/objectweb/fractal/aokell/AOKellMembranes.java:1.2
Mon Feb 27 18:54:01 2006
+++
aokell/features/membrane/oo/src/org/objectweb/fractal/aokell/AOKellMembranes.java
Tue Feb 28 09:10:19 2006
@@ -214,12 +214,6 @@
"flatParametricPrimitive",
new ControllerDef[] {
new ControllerDef(
- AttributeControllerItf.NAME,
- AttributeControllerItf.TYPE,
- AttributeControllerItf.class,
- AttributeControllerImpl.class
- ),
- new ControllerDef(
BindingControllerItf.NAME,
BindingControllerItf.TYPE,
BindingControllerItf.class,
@@ -250,12 +244,6 @@
"parametricPrimitive",
new ControllerDef[] {
new ControllerDef(
- AttributeControllerItf.NAME,
- AttributeControllerItf.TYPE,
- AttributeControllerItf.class,
- AttributeControllerImpl.class
- ),
- new ControllerDef(
BindingControllerItf.NAME,
BindingControllerItf.TYPE,
BindingControllerItf.class,
@@ -292,12 +280,6 @@
"parametricComposite",
new ControllerDef[] {
new ControllerDef(
- AttributeControllerItf.NAME,
- AttributeControllerItf.TYPE,
- AttributeControllerItf.class,
- AttributeControllerImpl.class
- ),
- new ControllerDef(
BindingControllerItf.NAME,
BindingControllerItf.TYPE,
BindingControllerItf.class,
| <-- Date Index --> | <-- Thread Index --> |
Powered by MHonArc.
Copyright © 2006-2007, OW2 Consortium | contact | webmaster.