OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [classpath/] [tools/] [resource/] [gnu/] [classpath/] [tools/] [rmic/] [templates/] [StubMethodVoid.jav] - Rev 779

Compare with Previous | Blame | View Log

  /** @inheritDoc */
  public #return_type #method_name(#argument_list) #throws
  {
    try
      {
        InputStream in = null;
        try
          {
             OutputStream out = 
               (OutputStream) _request("#giop_method_name", true);
#argument_write                
             in = _invoke(out);
          }
        catch (ApplicationException ex)
          {
             in = ex.getInputStream();
             throw new UnexpectedException(in.read_string());
          }
        catch (RemarshalException ex)
          {
             #method_name(#argument_names);
          }
        finally
          {
             _releaseReply(in);
          }
        }
    catch (SystemException ex)
      {
        throw Util.mapSystemException(ex);
      }
   }

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.