You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by se...@apache.org on 2002/04/17 04:56:31 UTC

cvs commit: jakarta-james/src/java/org/apache/james BaseConnectionHandler.java

serge       02/04/16 19:56:31

  Modified:    src/java/org/apache/james BaseConnectionHandler.java
  Log:
  Patched as per Paul H's bug 5818 to prepare for a future version of Avalon.
  
  Revision  Changes    Path
  1.8       +8 -1      jakarta-james/src/java/org/apache/james/BaseConnectionHandler.java
  
  Index: BaseConnectionHandler.java
  ===================================================================
  RCS file: /home/cvs/jakarta-james/src/java/org/apache/james/BaseConnectionHandler.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- BaseConnectionHandler.java	27 Feb 2002 05:05:53 -0000	1.7
  +++ BaseConnectionHandler.java	17 Apr 2002 02:56:31 -0000	1.8
  @@ -7,6 +7,7 @@
    */
   package org.apache.james;
   
  +import org.apache.avalon.cornerstone.services.connection.ConnectionHandler;
   import org.apache.avalon.framework.configuration.Configurable;
   import org.apache.avalon.framework.configuration.Configuration;
   import org.apache.avalon.framework.configuration.ConfigurationException;
  @@ -45,4 +46,10 @@
               helloName = helloConf.getValue("localhost");
           getLogger().info("Hello Name is: " + helloName);
       }
  -}
  \ No newline at end of file
  +
  +    /**
  +     * Release a previously created ConnectionHandler e.g. for spooling.
  +     */
  +    public void releaseConnectionHandler(ConnectionHandler connectionHandler) {
  +    }
  +}
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>