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

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

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

revision 1.2.2.1 by gnu_andrew, Tue Aug 2 20:12:47 2005 UTC revision 1.2.2.2 by gnu_andrew, Wed Nov 2 00:44:12 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 gnu.CORBA.Restricted_ORB;  import gnu.CORBA.Minor;
42    import gnu.CORBA.OrbRestricted;
43  import gnu.CORBA.TypeCodeHelper;  import gnu.CORBA.TypeCodeHelper;
44    
45  import org.omg.CORBA.portable.InputStream;  import org.omg.CORBA.portable.InputStream;
# Line 91  public abstract class ValueMemberHelper Line 92  public abstract class ValueMemberHelper
92            {            {
93              if (typeCode == null)              if (typeCode == null)
94                {                {
95                  ORB orb = Restricted_ORB.Singleton;                  ORB orb = OrbRestricted.Singleton;
96    
97                  if (active)                  if (active)
98                    {                    {
# Line 177  public abstract class ValueMemberHelper Line 178  public abstract class ValueMemberHelper
178      catch (UserException ex)      catch (UserException ex)
179        {        {
180          MARSHAL m = new MARSHAL();          MARSHAL m = new MARSHAL();
181            m.minor = Minor.UserException;        
182          m.initCause(ex);          m.initCause(ex);
183          throw m;          throw m;
184        }        }
# Line 200  public abstract class ValueMemberHelper Line 202  public abstract class ValueMemberHelper
202      catch (UserException ex)      catch (UserException ex)
203        {        {
204          MARSHAL m = new MARSHAL();          MARSHAL m = new MARSHAL();
205            m.minor = Minor.UserException;        
206          m.initCause(ex);          m.initCause(ex);
207          throw m;          throw m;
208        }        }

Legend:
Removed from v.1.2.2.1  
changed lines
  Added in v.1.2.2.2

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