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; };