summaryrefslogtreecommitdiff
path: root/TAO/tests/Simple/Simple_Object.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Simple/Simple_Object.idl')
-rw-r--r--TAO/tests/Simple/Simple_Object.idl17
1 files changed, 0 insertions, 17 deletions
diff --git a/TAO/tests/Simple/Simple_Object.idl b/TAO/tests/Simple/Simple_Object.idl
deleted file mode 100644
index 5c37796440d..00000000000
--- a/TAO/tests/Simple/Simple_Object.idl
+++ /dev/null
@@ -1,17 +0,0 @@
-/* -*- C++ -*- */
-// $Id$
-
-interface simple_object
- // = TITLE
- // Defines an interface that encapsulates operations that cube
- // numbers.
- //
- // = DESCRIPTION
- // This interface encapsulates an operation that cubes a long.
-{
- long simple_method (in long l);
- // cube a long
-
- oneway void shutdown ();
- // shutdown the application.
-};