/[classpath]/classpath/gnu/CORBA/IOR_contructed_object.java
ViewVC logotype

Diff of /classpath/gnu/CORBA/IOR_contructed_object.java

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

revision 1.3 by mark, Sat Jul 2 20:32:09 2005 UTC revision 1.4 by audriusa, Sun Oct 2 19:58:00 2005 UTC
# Line 48  import org.omg.CORBA.portable.ObjectImpl Line 48  import org.omg.CORBA.portable.ObjectImpl
48   */   */
49  public class IOR_contructed_object  public class IOR_contructed_object
50    extends ObjectImpl    extends ObjectImpl
51      implements IorProvider
52  {  {
53    /**    /**
54     * The IOR, from which the object was constructed.     * The IOR, from which the object was constructed.
# Line 82  public class IOR_contructed_object Line 83  public class IOR_contructed_object
83      _set_delegate(new IOR_Delegate(orb, ior));      _set_delegate(new IOR_Delegate(orb, ior));
84      id = new String[] { ior.Id };      id = new String[] { ior.Id };
85    }    }
86      
87      /**
88       * Get the IOR of this object.
89       */
90      public IOR getIor()
91      {
92        return ior;
93      }
94    
95    public String[] _ids()    public String[] _ids()
96    {    {

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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