summaryrefslogtreecommitdiff
path: root/tools/gnu/classpath/tools/rmic/templates/TieMethodVoid.jav
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gnu/classpath/tools/rmic/templates/TieMethodVoid.jav')
-rw-r--r--tools/gnu/classpath/tools/rmic/templates/TieMethodVoid.jav9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/gnu/classpath/tools/rmic/templates/TieMethodVoid.jav b/tools/gnu/classpath/tools/rmic/templates/TieMethodVoid.jav
new file mode 100644
index 000000000..3db17da7c
--- /dev/null
+++ b/tools/gnu/classpath/tools/rmic/templates/TieMethodVoid.jav
@@ -0,0 +1,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;
+ }