summaryrefslogtreecommitdiff
path: root/TAO/tests/Simple/Simple_Object.idl
diff options
context:
space:
mode:
authornobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-10 04:03:00 +0000
committernobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-10 04:03:00 +0000
commit7702a54f98927703c904e2d7945ab9e260fb1176 (patch)
tree47a7a90265711acf7d632f9b875418dc2f4c08de /TAO/tests/Simple/Simple_Object.idl
parent272b47bd0834aa4b0eb703b9e75587976c4204c5 (diff)
downloadATCD-7702a54f98927703c904e2d7945ab9e260fb1176.tar.gz
This commit was manufactured by cvs2svn to create tag 'ACE-4_5_27'.ACE-4_5_27
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.
-};