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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to