// $Id$ // TAO specific IDL definition of an octet sequence that we use to represent // Object keys inside the POA. module TAO { typedef sequence ObjectKey; };