/[classpath]/classpath/gnu/CORBA/Poa/AOM.java
ViewVC logotype

Diff of /classpath/gnu/CORBA/Poa/AOM.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.2.1 by gnu_andrew, Wed Nov 2 00:43:26 2005 UTC revision 1.1.2.2 by gnu_andrew, Sun Nov 27 21:00:36 2005 UTC
# Line 40  package gnu.CORBA.Poa; Line 40  package gnu.CORBA.Poa;
40    
41  import gnu.CORBA.ByteArrayComparator;  import gnu.CORBA.ByteArrayComparator;
42    
 import org.omg.PortableServer.POA;  
43  import org.omg.PortableServer.Servant;  import org.omg.PortableServer.Servant;
44    
45  import java.util.Iterator;  import java.util.Iterator;
# Line 67  public class AOM Line 66  public class AOM
66      /**      /**
67       * Create an initialised instance.       * Create an initialised instance.
68       */       */
69      Obj(org.omg.CORBA.Object _object, byte[] _key, Servant _servant, POA _poa)      Obj(org.omg.CORBA.Object _object, byte[] _key, Servant _servant, gnuPOA _poa)
70      {      {
71        object = _object;        object = _object;
72        key = _key;        key = _key;
# Line 96  public class AOM Line 95  public class AOM
95      /**      /**
96       * The POA, where the object is connected.       * The POA, where the object is connected.
97       */       */
98      public final POA poa;      public final gnuPOA poa;
99    
100      /**      /**
101       * The object key.       * The object key.
# Line 258  public class AOM Line 257  public class AOM
257     *     *
258     * @return the newly created object record.     * @return the newly created object record.
259     */     */
260    public Obj add(org.omg.CORBA.Object object, Servant servant, POA poa)    public Obj add(org.omg.CORBA.Object object, Servant servant, gnuPOA poa)
261    {    {
262      return add(generateObjectKey(object), object, servant, poa);      return add(generateObjectKey(object), object, servant, poa);
263    }    }
# Line 272  public class AOM Line 271  public class AOM
271     * @param poa the POA, where the object is connected.     * @param poa the POA, where the object is connected.
272     */     */
273    public Obj add(byte[] key, org.omg.CORBA.Object object, Servant servant,    public Obj add(byte[] key, org.omg.CORBA.Object object, Servant servant,
274                   POA poa                   gnuPOA poa
275                  )                  )
276    {    {
277      Obj rec = new Obj(object, key, servant, poa);      Obj rec = new Obj(object, key, servant, poa);

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26