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

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

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

revision 1.2 by audriusa, Sun Aug 28 11:23:36 2005 UTC revision 1.3 by audriusa, Tue Oct 4 17:58:14 2005 UTC
# Line 38  exception statement from your version. * Line 38  exception statement from your version. *
38    
39  package gnu.CORBA.DynAn;  package gnu.CORBA.DynAn;
40    
41    import gnu.CORBA.Minor;
42  import gnu.CORBA.Unexpected;  import gnu.CORBA.Unexpected;
43    
44  import org.omg.CORBA.Any;  import org.omg.CORBA.Any;
# Line 301  public class gnuDynValue extends abstrac Line 302  public class gnuDynValue extends abstrac
302              ValueFactory factory =              ValueFactory factory =
303                ((org.omg.CORBA_2_3.ORB) orb).lookup_value_factory(official_type.id());                ((org.omg.CORBA_2_3.ORB) orb).lookup_value_factory(official_type.id());
304              if (factory == null)              if (factory == null)
305                throw new MARSHAL("Factory for " + official_type.id() +                {
306                  " not registered."                  MARSHAL m = new MARSHAL("Factory for " + official_type.id() +
307                );                  " not registered.");
308                    m.minor = Minor.Factory;
309                    throw m;
310                  }
311    
312              OutputStream out = orb.create_output_stream();              OutputStream out = orb.create_output_stream();
313    

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

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