/[classpath]/classpath/gnu/CORBA/DynAn/gnuDynValueBox.java
ViewVC logotype

Diff of /classpath/gnu/CORBA/DynAn/gnuDynValueBox.java

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

revision 1.1.2.1 by gnu_andrew, Tue Aug 16 16:22:36 2005 UTC revision 1.1.2.2 by gnu_andrew, Wed Nov 2 00:43:25 2005 UTC
# Line 39  exception statement from your version. * Line 39  exception statement from your version. *
39  package gnu.CORBA.DynAn;  package gnu.CORBA.DynAn;
40    
41  import gnu.CORBA.Unexpected;  import gnu.CORBA.Unexpected;
42  import gnu.CORBA.holderFactory;  import gnu.CORBA.HolderLocator;
43    
44  import org.omg.CORBA.Any;  import org.omg.CORBA.Any;
45  import org.omg.CORBA.ORB;  import org.omg.CORBA.ORB;
# Line 65  import java.lang.reflect.Field; Line 65  import java.lang.reflect.Field;
65   * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org)   * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org)
66   */   */
67  public class gnuDynValueBox  public class gnuDynValueBox
68    extends anyDivideable    extends DivideableAny
69    implements DynValueBox, Serializable    implements DynValueBox, Serializable
70  {  {
71    /**    /**
# Line 208  public class gnuDynValueBox Line 208  public class gnuDynValueBox
208        {        {
209          try          try
210            {            {
211              Streamable holder = holderFactory.createHolder(content);              Streamable holder = HolderLocator.createHolder(content);
212              Field v = holder.getClass().getField("value");              Field v = holder.getClass().getField("value");
213              v.set(holder, s);              v.set(holder, s);
214    

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