ovidiu 02/04/18 23:58:53 Modified: src/scratchpad/schecoon/src/org/apache/cocoon/components/flow/scheme SchemeInterpreter.java Log: Removed the dependency on InvokeContext. Revision Changes Path 1.3 +2 -3 xml-cocoon2/src/scratchpad/schecoon/src/org/apache/cocoon/components/flow/scheme/SchemeInterpreter.java Index: SchemeInterpreter.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/scratchpad/schecoon/src/org/apache/cocoon/components/flow/scheme/SchemeInterpreter.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- SchemeInterpreter.java 10 Apr 2002 00:43:29 -0000 1.2 +++ SchemeInterpreter.java 19 Apr 2002 06:58:53 -0000 1.3 @@ -19,7 +19,6 @@ import org.apache.cocoon.Constants; import org.apache.cocoon.components.flow.AbstractInterpreter; import org.apache.cocoon.components.flow.Interpreter; -import org.apache.cocoon.components.treeprocessor.InvokeContext; import org.apache.cocoon.environment.Environment; import org.apache.cocoon.environment.Source; import sisc.AppContext; @@ -138,7 +137,7 @@ } public void callFunction(String funName, List params, - Environment environment, InvokeContext ctx) + Environment environment) throws Exception { checkForModifiedScripts(environment); @@ -165,7 +164,7 @@ } public void handleContinuation(String continuationId, List params, - Environment environment, InvokeContext ctx) + Environment environment) throws Exception { }
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]