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] - Blame information for rev 779

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 779 jeremybenn
  /** @inheritDoc */
2
  public #return_type #method_name(#argument_list) #throws
3
  {
4
    try
5
      {
6
        InputStream in = null;
7
        try
8
          {
9
             OutputStream out =
10
               (OutputStream) _request("#giop_method_name", true);
11
#argument_write
12
             in = _invoke(out);
13
          }
14
        catch (ApplicationException ex)
15
          {
16
             in = ex.getInputStream();
17
             throw new UnexpectedException(in.read_string());
18
          }
19
        catch (RemarshalException ex)
20
          {
21
             #method_name(#argument_names);
22
          }
23
        finally
24
          {
25
             _releaseReply(in);
26
          }
27
        }
28
    catch (SystemException ex)
29
      {
30
        throw Util.mapSystemException(ex);
31
      }
32
   }

powered by: WebSVN 2.1.0

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