summaryrefslogtreecommitdiff
path: root/TAO/examples/Load_Balancing/Identity.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Load_Balancing/Identity.idl')
-rw-r--r--TAO/examples/Load_Balancing/Identity.idl22
1 files changed, 0 insertions, 22 deletions
diff --git a/TAO/examples/Load_Balancing/Identity.idl b/TAO/examples/Load_Balancing/Identity.idl
deleted file mode 100644
index dfeff0e0c46..00000000000
--- a/TAO/examples/Load_Balancing/Identity.idl
+++ /dev/null
@@ -1,22 +0,0 @@
-// $Id$
-
-// ============================================================================
-//
-// = FILENAME
-// Identity.idl
-//
-// = DESCRIPTION
-// Interface for a toy CORBA service useful for
-// testing/demonstrating functionality of the Load
-// Balancing service defined in Load_Balancer.idl.
-//
-// = AUTHOR
-// Marina Spivak <marina@cs.wustl.edu>
-//
-// ============================================================================
-
-interface Identity
-{
- void get_name (out string name);
- // Obtain the name of this object.
-};