ovidiu      02/03/23 23:35:43

  Modified:    src/scratchpad/schecoon/src/org/apache/cocoon/components/flow
                        Interpreter.java
  Log:
  Pass the current WebContinuation in processPipeline.
  
  Revision  Changes    Path
  1.7       +1 -0      
xml-cocoon2/src/scratchpad/schecoon/src/org/apache/cocoon/components/flow/Interpreter.java
  
  Index: Interpreter.java
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon2/src/scratchpad/schecoon/src/org/apache/cocoon/components/flow/Interpreter.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- Interpreter.java  19 Mar 2002 09:26:45 -0000      1.6
  +++ Interpreter.java  24 Mar 2002 07:35:43 -0000      1.7
  @@ -158,6 +158,7 @@
      * to the generator of the pipeline (usually XSP or JSP).
      */
     void processPipeline(String name, Map pipelineArgs, Object bizData,
  +                       WebContinuation continuation,
                          Environment environment, InvokeContext ctx)
       throws Exception;
   
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to