ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/uk/org/iscream/cms/server/clientinterface/ClientInterfaceServant.java
(Generate patch)

Comparing projects/cms/source/server/uk/org/iscream/cms/server/clientinterface/ClientInterfaceServant.java (file contents):
Revision 1.7 by tdb, Mon Jan 22 02:57:38 2001 UTC vs.
Revision 1.8 by tdb, Tue Jan 23 16:56:31 2001 UTC

# Line 5 | Line 5 | package uk.ac.ukc.iscream.clientinterface;
5   import uk.ac.ukc.iscream.core.*;
6   import uk.ac.ukc.iscream.util.*;
7   import uk.ac.ukc.iscream.componentmanager.*;
8 import java.util.LinkedList;
9 import java.util.Iterator;
8  
9   /**
10   * A client interface servant
11   * Adds data to a Queue as it's received over CORBA.
12   *
15 * Currently it has limited client management facilities.
16 *
13   * @author  $Author$
14   * @version $Id$
15   */
# Line 33 | Line 29 | class ClientInterfaceServant extends ClientInterfacePO
29      /**
30       * Creates a new ClientInterfaceServant.
31       */
32 <    public ClientInterfaceServant(Queue queue) {
33 <        _queue = queue;
32 >    public ClientInterfaceServant(PacketSorter ps) {
33 >        _queue = ps.getQueue();
34          _logger.write(toString(), Logger.SYSINIT, "created");
35      }
36      

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines