Oops, sorry about this. I forgot to use the -N option when generating the diff, so the ModifiableSource.java was not included. Here it is. Ovidiu On Sat, 25 Aug 2001 21:47:50 +0200 (CEST), giacomo <[EMAIL PROTECTED]> wrote: > On Fri, 24 Aug 2001, Ovidiu Predescu wrote: > > Ovidiou > > I've applied your patch. Please cross check. > > Thanks, > Giacomo
diff -ruN -x *build* -x *CVS* -I \$Id:.*\$ -I \$Revision:.*\$ -I \$Author:.*\$ xml-cocoon2/src/org/apache/cocoon/environment/ModifiableSource.java Cocoon2/src/org/apache/cocoon/environment/ModifiableSource.java --- xml-cocoon2/src/org/apache/cocoon/environment/ModifiableSource.java Wed Dec 31 16:00:00 1969 +++ Cocoon2/src/org/apache/cocoon/environment/ModifiableSource.java Wed Aug 22 +17:21:58 2001 @@ -0,0 +1,22 @@ +/***************************************************************************** + * Copyright (C) The Apache Software Foundation. All rights reserved. * + * ------------------------------------------------------------------------- * + * This software is published under the terms of the Apache Software License * + * version 1.1, a copy of which has been included with this distribution in * + * the LICENSE file. * + *****************************************************************************/ +package org.apache.cocoon.environment; + +/** + * Describes a {@link Source} object whose data content can change. + * + * @author <a href="mailto:[EMAIL PROTECTED]">Ovidiu Predescu</a> + */ +public interface ModifiableSource extends Source +{ + /** + * Refresh the content of this object after the underlying data + * content has changed. + */ + void refresh(); +}
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]