summaryrefslogtreecommitdiff
path: root/TAO/tao/Object_Key.pidl
blob: fe163f872be439eaef0519fa072293c3168c0545 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// TAO specific IDL definition of an octet sequence that we use to represent
// Object keys inside the POA.

#ifndef TAO_OBJECTKEY_PIDL
#define TAO_OBJECTKEY_PIDL

module TAO
{
  typedef sequence<octet> ObjectKey;
};

#endif /* TAO_OBJECTKEY_PIDL */