summaryrefslogtreecommitdiff
path: root/TAO/tao/Object_Key.pidl
blob: 59bcb1ec68389f1a1c883044db9fc98c9e48a8cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// $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 -GT -Gp -Gd -Sc
//          -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;
};