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.4 by tdb, Mon Feb 5 00:58:46 2001 UTC vs.
Revision 1.7 by tdb, Tue Mar 13 18:37:08 2001 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines