summaryrefslogtreecommitdiff
path: root/tools/gnu/classpath/tools/giop/grmic/templates/TieMethodVoid.jav
blob: 3db17da7c84d1fd248e23554e1da8623003176a0 (plain)
1
2
3
4
5
6
7
8
9
          #hashCodeLabel
            // #method_name
            if (method.equals("#giop_method_name"))
              {
#read_and_define_args
                OutputStream out = reply.createReply();
                target.#method_name(#argument_names);
                return out;
              }