summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/ORT/sum_server.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/ORT/sum_server.idl')
-rw-r--r--TAO/orbsvcs/examples/ORT/sum_server.idl10
1 files changed, 10 insertions, 0 deletions
diff --git a/TAO/orbsvcs/examples/ORT/sum_server.idl b/TAO/orbsvcs/examples/ORT/sum_server.idl
new file mode 100644
index 00000000000..31c599c88e4
--- /dev/null
+++ b/TAO/orbsvcs/examples/ORT/sum_server.idl
@@ -0,0 +1,10 @@
+// $Id$
+
+module ORT
+{
+ interface sum_server
+ {
+ long add_variables (in long a,
+ in long b);
+ };
+};