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

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

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

revision 1.1.2.1 by gnu_andrew, Fri May 20 18:21:00 2005 UTC revision 1.1.2.2 by gnu_andrew, Fri May 27 00:01:46 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.InvalidValue;
42    
43  /**  /**
44   * Represents a CORBA <code>fixed</code>, allowing to get and set its value   * Represents a CORBA <code>fixed</code>, allowing to get and set its value
# Line 71  public interface DynFixed Line 72  public interface DynFixed
72     * @param a_value the byte array, representing a CORBA <code>fixed</code>,     * @param a_value the byte array, representing a CORBA <code>fixed</code>,
73     * as defined in the header comment.     * as defined in the header comment.
74     */     */
75    void set_value(byte[] a_value);    void set_value(byte[] a_value)
76              throws InvalidValue;
77  }  }

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