Ah! That is why it stops building against 4.0.1 ;-(

[EMAIL PROTECTED] wrote:
> 
> remm        01/11/30 23:20:29
> 
>   Modified:    webapp/java WarpConnector.java
>   Log:
>   - Add the findLifecycleListeners method, so that webapp builds against the
>     HEAD of the CVS.
> 
>   Revision  Changes    Path
>   1.26      +8 -0      jakarta-tomcat-connectors/webapp/java/WarpConnector.java
> 
>   Index: WarpConnector.java
>   ===================================================================
>   RCS file: /home/cvs/jakarta-tomcat-connectors/webapp/java/WarpConnector.java,v
>   retrieving revision 1.25
>   retrieving revision 1.26
>   diff -u -r1.25 -r1.26
>   --- WarpConnector.java        2001/10/31 08:10:29     1.25
>   +++ WarpConnector.java        2001/12/01 07:20:29     1.26
>   @@ -449,6 +449,14 @@
>        }
> 
>        /**
>   +     * Get the lifecycle listeners associated with this lifecycle. If this
>   +     * Lifecycle has no listeners registered, a zero-length array is returned.
>   +     */
>   +    public LifecycleListener[] findLifecycleListeners() {
>   +        return lifecycle.findLifecycleListeners();
>   +    }
>   +
>   +    /**
>         * Remove a <code>LifecycleEvent</code> listener from this
>         * <code>Connector</code>.
>         *
> 
> 
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to