summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Logger/logger.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Logger/logger.idl')
-rw-r--r--TAO/orbsvcs/tests/Logger/logger.idl21
1 files changed, 0 insertions, 21 deletions
diff --git a/TAO/orbsvcs/tests/Logger/logger.idl b/TAO/orbsvcs/tests/Logger/logger.idl
deleted file mode 100644
index 658859115e7..00000000000
--- a/TAO/orbsvcs/tests/Logger/logger.idl
+++ /dev/null
@@ -1,21 +0,0 @@
-//
-// Simplified logger and Logger factory interfaces for
-// testing of the Name Service implementation.
-
-
-interface Logger;
-
-interface Logger_Factory
-{
- Logger make_logger (in string name);
-};
-
-
-
-
-interface Logger
-{
- // Transmit a Log_Record to the logging server.
- oneway void log (in string message);
-};
-