/[classpath]/classpath/org/omg/CORBA/Any.java
ViewVC logotype

Diff of /classpath/org/omg/CORBA/Any.java

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

revision 1.5 by mark, Sat Jul 2 20:32:55 2005 UTC revision 1.6 by audriusa, Sun Aug 7 17:17:43 2005 UTC
# Line 51  import org.omg.CORBA.portable.IDLEntity; Line 51  import org.omg.CORBA.portable.IDLEntity;
51  public abstract class Any  public abstract class Any
52    implements Serializable, IDLEntity    implements Serializable, IDLEntity
53  {  {
54    /**    /**
55     * Using v 1.4 serialVersionUID for interoperability.     * Using v 1.4 serialVersionUID for interoperability.
56     */     */
57    private static final long serialVersionUID = 1217179597823814463L;    private static final long serialVersionUID = 1217179597823814463L;
# Line 312  public abstract class Any Line 312  public abstract class Any
312    public abstract void insert_TypeCode(TypeCode typecode);    public abstract void insert_TypeCode(TypeCode typecode);
313    
314    /**    /**
315     * Insert the CORBA <code>Value</code> into this <code>Any</code>     * Insert the CORBA <code>Value</code> into this <code>Any</code>.
316       *
317       * The type of the Any should be set (by {@link #type(TypeCode)})
318       * before inserting the value.
319     */     */
320    public abstract void insert_Value(Serializable x, TypeCode typecode);    public abstract void insert_Value(Serializable x, TypeCode typecode);
321    
322    /**    /**
323     * Insert the CORBA <code>Value</code> into this <code>Any</code>     * Insert the CORBA <code>Value</code> into this <code>Any</code>.
324       *
325       * The type of the Any should be set (by {@link #type(TypeCode)})
326       * before inserting the value.
327     */     */
328    public abstract void insert_Value(Serializable x);    public abstract void insert_Value(Serializable x);
329    

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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