You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by bl...@apache.org on 2003/03/10 15:14:21 UTC

cvs commit: avalon-excalibur/event/src/java/org/apache/excalibur/event/command CommandManager.java

bloritsch    2003/03/10 06:14:21

  Modified:    event/src/java/org/apache/excalibur/event/command
                        CommandManager.java
  Log:
  Apply patch from BUG 17198
  
  Revision  Changes    Path
  1.23      +5 -0      avalon-excalibur/event/src/java/org/apache/excalibur/event/command/CommandManager.java
  
  Index: CommandManager.java
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/event/src/java/org/apache/excalibur/event/command/CommandManager.java,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- CommandManager.java	25 Feb 2003 16:28:19 -0000	1.22
  +++ CommandManager.java	10 Mar 2003 14:14:21 -0000	1.23
  @@ -287,6 +287,11 @@
                           }
                       }
                   }
  +                else
  +                {
  +                    // not yet executed, wait some more
  +                    m_delayedCommands.add( command );
  +                }
               }
           }
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org