/[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 by audriusa, Sun Aug 7 17:17:43 2005 UTC revision 1.2 by audriusa, Fri Oct 28 12:04:38 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 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  
changed lines
  Added in v.1.2

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