You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2004/09/02 02:32:14 UTC

svn commit: rev 37348 - incubator/directory/eve/trunk/frontend/merlin/src/java/org/apache/eve/merlin/input

Author: akarasulu
Date: Wed Sep  1 17:32:13 2004
New Revision: 37348

Modified:
   incubator/directory/eve/trunk/frontend/merlin/src/java/org/apache/eve/merlin/input/MerlinInputManager.java
Log:
Removed member remnant from the days when POJO services did not exist and 
the selector loop was handled in this class.  Alan spotted this and brought
it to my attention.


Modified: incubator/directory/eve/trunk/frontend/merlin/src/java/org/apache/eve/merlin/input/MerlinInputManager.java
==============================================================================
--- incubator/directory/eve/trunk/frontend/merlin/src/java/org/apache/eve/merlin/input/MerlinInputManager.java	(original)
+++ incubator/directory/eve/trunk/frontend/merlin/src/java/org/apache/eve/merlin/input/MerlinInputManager.java	Wed Sep  1 17:32:13 2004
@@ -17,8 +17,6 @@
 package org.apache.eve.merlin.input ;
 
 
-import java.nio.channels.Selector ;
-
 import org.apache.avalon.framework.logger.Logger ;
 import org.apache.avalon.framework.activity.Startable ;
 import org.apache.avalon.framework.service.Serviceable ;
@@ -57,8 +55,6 @@
     private BufferPool m_bp = null ;
     /** event router used to decouple source to sink relationships */
     private EventRouter m_router = null ;
-    /** selector used to select a ready socket channel */
-    private Selector m_selector = null ;
     /** the wrapped input manager implementation */
     private DefaultInputManager m_delegate = null ;
     /** the monitor for the delegate */