summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/ImplRepo/Nestea.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/ImplRepo/Nestea.idl')
-rw-r--r--TAO/orbsvcs/tests/ImplRepo/Nestea.idl17
1 files changed, 0 insertions, 17 deletions
diff --git a/TAO/orbsvcs/tests/ImplRepo/Nestea.idl b/TAO/orbsvcs/tests/ImplRepo/Nestea.idl
deleted file mode 100644
index 150c1bd52f3..00000000000
--- a/TAO/orbsvcs/tests/ImplRepo/Nestea.idl
+++ /dev/null
@@ -1,17 +0,0 @@
-// $Id$
-
-// Just implements a nice little Nestea server
-interface Nestea_Bookshelf
-{
- void drink (in long cans);
- // Add a number of cans to the bookshelf.
-
- void crush (in long cans);
- // Crush some of those cans.
-
- long bookshelf_size ();
- // How many cans are in the collection?
-
- string get_praise ();
- // What does the server think of your collection?
-};