summaryrefslogtreecommitdiff
path: root/TAO/tao/Object_Key.pidl
blob: 742d7aaabf864c5011409a0d718144f1c1ca3400 (plain)
1
2
3
4
5
6
7
8
9
// $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;
};