/[classpath]/classpath/org/omg/DynamicAny/DynAnyFactoryHelper.java
ViewVC logotype

Diff of /classpath/org/omg/DynamicAny/DynAnyFactoryHelper.java

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

revision 1.2 by audriusa, Sun Aug 7 17:17:43 2005 UTC revision 1.3 by audriusa, Tue Oct 4 17:58:15 2005 UTC
# Line 39  exception statement from your version. * Line 39  exception statement from your version. *
39    
40  package org.omg.DynamicAny;  package org.omg.DynamicAny;
41    
42    import gnu.CORBA.Minor;
43    
44  import org.omg.CORBA.BAD_PARAM;  import org.omg.CORBA.BAD_PARAM;
45  import org.omg.CORBA.TypeCode;  import org.omg.CORBA.TypeCode;
46  import org.omg.CORBA.ORB;  import org.omg.CORBA.ORB;
# Line 161  public abstract class DynAnyFactoryHelpe Line 163  public abstract class DynAnyFactoryHelpe
163     */     */
164    static String not_applicable(String Id)    static String not_applicable(String Id)
165    {    {
166      try      MARSHAL m = new MARSHAL("The read/write are not applicable for " + Id);
167        {      m.minor = Minor.Inappropriate;
168          throw new MARSHAL("The read/write are not applicable for " + Id);      throw m;
       }  
     catch (Exception e)  
       {  
         throw new MARSHAL();  
       }  
169    }    }
170  }  }

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