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

Diff of /classpath/org/omg/DynamicAny/DynSequenceHelper.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 78  public abstract class DynSequenceHelper Line 78  public abstract class DynSequenceHelper
78          throw new BAD_PARAM(obj.getClass().getName() + " is not a DynSequence");          throw new BAD_PARAM(obj.getClass().getName() + " is not a DynSequence");
79        }        }
80    }    }
81      
82      /**
83       * Narrow the given object to the DynSequence. For the objects that are
84       * always local, this operation does not differ from the ordinary
85       * {@link #narrow} (ClassCastException will be thrown if narrowing something
86       * different).
87       *
88       * @param obj the object to cast.
89       *
90       * @return the casted DynSequence.
91       *
92       * @since 1.5
93       *
94       * @see OMG issue 4158.
95       */
96      public static DynSequence unchecked_narrow(org.omg.CORBA.Object obj)
97      {
98        return narrow(obj);
99      }    
100    
101    /**    /**
102     * Get the type code of the {@link DynSequence}.     * Get the type code of the {@link DynSequence}.

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