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

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

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

revision 1.1.2.1 by gnu_andrew, Sun Aug 7 18:34:12 2005 UTC revision 1.1.2.2 by gnu_andrew, Wed Nov 2 00:44:14 2005 UTC
# Line 79  public abstract class DynFixedHelper Line 79  public abstract class DynFixedHelper
79          throw new BAD_PARAM(obj.getClass().getName() + " is not a DynFixed");          throw new BAD_PARAM(obj.getClass().getName() + " is not a DynFixed");
80        }        }
81    }    }
82      
83      /**
84       * Narrow the given object to the DynFixed. For the objects that are
85       * always local, this operation does not differ from the ordinary
86       * {@link #narrow} (ClassCastException will be thrown if narrowing something
87       * different).
88       *
89       * @param obj the object to cast.
90       *
91       * @return the casted DynFixed.
92       *
93       * @since 1.5
94       *
95       * @see OMG issue 4158.
96       */
97      public static DynFixed unchecked_narrow(org.omg.CORBA.Object obj)
98      {
99        return narrow(obj);
100      }    
101    
102    /**    /**
103     * Get the type code of the {@link DynFixed}.     * Get the type code of the {@link DynFixed}.

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