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.pidl22
1 files changed, 0 insertions, 22 deletions
diff --git a/TAO/tao/Object_Key.pidl b/TAO/tao/Object_Key.pidl
deleted file mode 100644
index 31e914a6505..00000000000
--- a/TAO/tao/Object_Key.pidl
+++ /dev/null
@@ -1,22 +0,0 @@
-// $Id$
-
-// TAO specific IDL definition of an octet sequence that we use to represent
-// Object keys inside the POA.
-// This file was used to generate the code in Object_KeyC.*
-// The command used to generate code is:
-//
-// tao_idl
-// -o orig -Ge 1 -St -Gp -Gd -Sc -Sci
-// -Wb,export_macro=TAO_Export
-// -Wb,export_macro="tao/TAO_Export"
-// -Wb,pre_include="ace/pre.h"
-// -Wb,post_include="ace/post.h"
-// Object_Key.pidl
-//
-// After generation the file diffs/Object_Key.diff must be used to manually
-// patch this file
-
-module TAO
-{
- typedef sequence<octet> ObjectKey;
-};