/[classpath]/classpath/gnu/CORBA/Simple_delegate.java
ViewVC logotype

Diff of /classpath/gnu/CORBA/Simple_delegate.java

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

revision 1.1 by audriusa, Sun May 15 01:09:29 2005 UTC revision 1.2 by audriusa, Fri Jun 3 15:12:30 2005 UTC
# Line 238  public class Simple_delegate Line 238  public class Simple_delegate
238    }    }
239    
240    /**    /**
241     * Not implemented for this delegate.     * This should never be called this type delegate.
242     *     *
243     * @throws NO_IMPLEMENT, always.     * @throws InternalError, always.
244     */     */
245    public Request request(org.omg.CORBA.Object target, String operation)    public Request request(org.omg.CORBA.Object target, String operation)
246    {    {
247      /**@todo Implement this org.omg.CORBA.portable.Delegate abstract method*/      throw new InternalError();
     throw new java.lang.UnsupportedOperationException("Method request() not yet implemented.");  
248    }    }
249  }  }

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

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