Mail Archive Home | fractal-commits List | Febuary 2006 Index
| <-- Date Index --> | <-- Thread Index --> |
Date: Friday, February 24, 2006 @ 14:43:06
Author: seintur
Path: .../features/membrane/oo/src/org/objectweb/fractal/aokell/lib/util
Modified: MembraneHelper.java
Method names changed following the unification in helper methods for level-0
and control components.
---------------------+
MembraneHelper.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index:
aokell/features/membrane/oo/src/org/objectweb/fractal/aokell/lib/util/MembraneHelper.java
diff -u
aokell/features/membrane/oo/src/org/objectweb/fractal/aokell/lib/util/MembraneHelper.java:1.9
aokell/features/membrane/oo/src/org/objectweb/fractal/aokell/lib/util/MembraneHelper.java:1.10
---
aokell/features/membrane/oo/src/org/objectweb/fractal/aokell/lib/util/MembraneHelper.java:1.9
Thu Feb 23 22:14:43 2006
+++
aokell/features/membrane/oo/src/org/objectweb/fractal/aokell/lib/util/MembraneHelper.java
Fri Feb 24 14:43:06 2006
@@ -70,7 +70,7 @@
* component.
*/
public static BindingControllerItf getFcBindingCtrl( Component comp ) {
- return FractalHelper.getBindingController(comp);
+ return FractalHelper.getBindingControllerItf(comp);
}
/**
@@ -78,7 +78,7 @@
* component.
*/
public static ContentControllerItf getFcContentCtrl( Component comp ) {
- return FractalHelper.getContentController(comp);
+ return FractalHelper.getContentControllerItf(comp);
}
/**
| <-- Date Index --> | <-- Thread Index --> |
Powered by MHonArc.
Copyright © 2006-2007, OW2 Consortium | contact | webmaster.