blob: 3db17da7c84d1fd248e23554e1da8623003176a0 [file] [log] [blame]
#hashCodeLabel
// #method_name
if (method.equals("#giop_method_name"))
{
#read_and_define_args
OutputStream out = reply.createReply();
target.#method_name(#argument_names);
return out;
}