Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
frascati
frascati
Commits
ab51d04e
Commit
ab51d04e
authored
Mar 20, 2017
by
Lionel Seinturier
Browse files
Remove uneeded Initializer class.
parent
cf02b4e4
Changes
2
Show whitespace changes
Inline
Side-by-side
tinfi/extension/osgi/opt/oo/src/main/java/org/ow2/frascati/tinfi/osgi/FCOOCtrlSourceCodeGenerator.java
View file @
ab51d04e
...
@@ -117,14 +117,6 @@ extends org.ow2.frascati.tinfi.opt.oo.FCOOCtrlSourceCodeGenerator {
...
@@ -117,14 +117,6 @@ extends org.ow2.frascati.tinfi.opt.oo.FCOOCtrlSourceCodeGenerator {
return
pcg
;
return
pcg
;
}
}
/**
* Return the source code generator for the initializer class associated
* with this component source code generator.
*/
@Override
public
InitializerOOCtrlClassGenerator
getInitializerClassGenerator
()
{
return
new
InitializerOOCtrlClassGenerator
();
}
// ------------------------------------------------------------------
// ------------------------------------------------------------------
// Implementation of methods defined in FCSourceCodeGenerator
// Implementation of methods defined in FCSourceCodeGenerator
...
...
tinfi/extension/osgi/opt/oo/src/main/java/org/ow2/frascati/tinfi/osgi/InitializerOOCtrlClassGenerator.java
deleted
100644 → 0
View file @
cf02b4e4
/***
* OW2 FraSCAti Tinfi
* Copyright (C) 2010-2017 Inria, Univ. Lille 1
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* Contact: frascati@ow2.org
*
* Author: Lionel Seinturier
*/
package
org.ow2.frascati.tinfi.osgi
;
import
java.util.List
;
import
org.objectweb.fractal.api.type.ComponentType
;
import
org.objectweb.fractal.juliac.Juliac
;
import
org.objectweb.fractal.juliac.api.FCSourceCodeGeneratorItf
;
import
org.objectweb.fractal.juliac.desc.ControllerDesc
;
import
org.objectweb.fractal.juliac.desc.MembraneDesc
;
/**
* Initializer source code generator for <code>scaOsgiPrimitive</code>
* components.
*
* @author Lionel Seinturier <Lionel.Seinturier@univ-lille1.fr>
* @since 1.3
*/
public
class
InitializerOOCtrlClassGenerator
extends
org
.
ow2
.
frascati
.
tinfi
.
opt
.
oo
.
InitializerOOCtrlClassGenerator
{
@Override
public
void
init
(
Juliac
jc
,
FCSourceCodeGeneratorItf
<
List
<
ControllerDesc
>>
fcscg
,
MembraneDesc
<
List
<
ControllerDesc
>>
membraneDesc
,
ComponentType
ct
,
Object
contentDesc
)
{
super
.
init
(
jc
,
fcscg
,
membraneDesc
,
ct
,
contentDesc
);
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment