summaryrefslogtreecommitdiff
path: root/tools/gnu/classpath/tools/rmic/templates/TieMethod.jav
blob: 493f0009b4830c416c6b4cfa0deb9839bc8d023d (plain)
1
2
3
4
5
6
7
8
9
10
11
          #hashCodeLabel
            // #method_name
            if (method.equals("#giop_method_name"))
              {
#read_and_define_args
                OutputStream out = reply.createReply();
                #return_type result = 
                  target.#method_name(#argument_names);
                #write_result                  
                return out;
              }