OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / classpath / tools / gnu / classpath / tools / rmic / templates / TieMethod.jav
1           #hashCodeLabel
2             // #method_name
3             if (method.equals("#giop_method_name"))
4               {
5 #read_and_define_args
6                 OutputStream out = reply.createReply();
7                 #return_type result = 
8                   target.#method_name(#argument_names);
9                 #write_result                  
10                 return out;
11               }