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

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

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

revision 1.1 by audriusa, Fri May 27 16:18:27 2005 UTC revision 1.2 by audriusa, Wed Jun 1 07:23:21 2005 UTC
# Line 38  exception statement from your version. * Line 38  exception statement from your version. *
38    
39  package org.omg.CORBA;  package org.omg.CORBA;
40    
41    import org.omg.CORBA.DynAnyPackage.InvalidSeq;
42    
43  /**  /**
44   * Represents the {@link DynAny}, holding a value type.   * Represents the {@link DynAny}, holding a value type.
45   *   *
# Line 52  package org.omg.CORBA; Line 54  package org.omg.CORBA;
54   * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org)   * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org)
55   */   */
56  public interface DynValue  public interface DynValue
57      extends DynAny, org.omg.CORBA.Object
58  {  {
59    /**    /**
60     * Get the kind of the member, pointed by the internal pointer.     * Get the kind of the member, pointed by the internal pointer.
# Line 77  public interface DynValue Line 80  public interface DynValue
80     * Set all members for the enclosed value type object.     * Set all members for the enclosed value type object.
81     *     *
82     * @param value an array of members to set.     * @param value an array of members to set.
83       *
84       * @throws InvalidSeq if the passed sequence is not valid.
85     */     */
86    void set_members(NameValuePair[] value);    void set_members(NameValuePair[] value)
87  }              throws InvalidSeq;
88    }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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