summaryrefslogtreecommitdiff
path: root/TAO/tao/Object_Key.pidl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Object_Key.pidl')
-rw-r--r--TAO/tao/Object_Key.pidl9
1 files changed, 0 insertions, 9 deletions
diff --git a/TAO/tao/Object_Key.pidl b/TAO/tao/Object_Key.pidl
deleted file mode 100644
index 742d7aaabf8..00000000000
--- a/TAO/tao/Object_Key.pidl
+++ /dev/null
@@ -1,9 +0,0 @@
-// $Id$
-
-// TAO specific IDL definition of an octet sequence that we use to represent
-// Object keys inside the POA.
-
-module TAO
-{
- typedef sequence<octet> ObjectKey;
-};