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/CorbaClientListenerServant.java
(Generate patch)

Comparing projects/cms/source/server/uk/org/iscream/cms/server/clientinterface/CorbaClientListenerServant.java (file contents):
Revision 1.5 by tdb, Wed Feb 21 19:11:28 2001 UTC vs.
Revision 1.6 by tdb, Wed Feb 28 19:04:00 2001 UTC

# Line 47 | Line 47 | class CorbaClientListenerServant extends CorbaClientLi
47       * Allows a CORBA client to connect to the server.
48       *
49       * @param client a reference to the "servant" part of the connecting client.
50 +     * @param name a name to identify the client.
51       * @return a CorbaControlHandler reference.
52       */
53 <    public CorbaControlHandler connect(Client client) {
54 <        CorbaControlHandlerServant cchServant = new CorbaControlHandlerServant(_packetSorter, client, _queueMonitorInterval);
53 >    public CorbaControlHandler connect(Client client, String name) {
54 >        CorbaControlHandlerServant cchServant = new CorbaControlHandlerServant(_packetSorter, client, _queueMonitorInterval, name);
55          org.omg.CORBA.Object objRef;
56          try {
57              objRef = _refman.getRootPOA().servant_to_reference(cchServant);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines