Update of /cvsroot/ccmtools/ccmtools/src/ccmtools/generator/java/templates
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv27808/src/ccmtools/generator/java/templates
Modified Files:
ComponentDefAssemblyClassTemplate.java
Log Message:
Java assemblies
Index: ComponentDefAssemblyClassTemplate.java
===================================================================
RCS file: /cvsroot/ccmtools/ccmtools/src/ccmtools/generator/java/templates/ComponentDefAssemblyClassTemplate.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** ComponentDefAssemblyClassTemplate.java 16 Feb 2007 12:33:44 -0000 1.3
--- ComponentDefAssemblyClassTemplate.java 16 Feb 2007 13:34:21 -0000 1.4
***************
*** 40,46 ****
protected final String TEXT_23 = NL;
protected final String TEXT_24 = " " + NL + "" + NL + " /** Component callback methods */" + NL + " " + NL + " public void set_session_context(SessionContext ctx) " + NL + " throws CCMException" + NL + " {" + NL + " this.ctx = (";
! protected final String TEXT_25 = "_Context)ctx; " + NL + " }" + NL + "" + NL + " public void ccm_activate() " + NL + " throws CCMException" + NL + " {" + NL + " \ttry {";
protected final String TEXT_26 = NL;
! protected final String TEXT_27 = " " + NL;
protected final String TEXT_28 = NL;
protected final String TEXT_29 = " " + NL + "" + NL + "\t\t\t// finish configuration \t";
--- 40,46 ----
protected final String TEXT_23 = NL;
protected final String TEXT_24 = " " + NL + "" + NL + " /** Component callback methods */" + NL + " " + NL + " public void set_session_context(SessionContext ctx) " + NL + " throws CCMException" + NL + " {" + NL + " this.ctx = (";
! protected final String TEXT_25 = "_Context)ctx; " + NL + " }" + NL + "" + NL + " public void ccm_activate() " + NL + " throws CCMException" + NL + " {" + NL + " \ttry {" + NL + "\t\t\t// create inner components \t";
protected final String TEXT_26 = NL;
! protected final String TEXT_27 = " " + NL + "" + NL + "\t\t\t// setup inner components \t";
protected final String TEXT_28 = NL;
protected final String TEXT_29 = " " + NL + "" + NL + "\t\t\t// finish configuration \t";
|