00001 // $Id: Object_Key.pidl 81200 2008-04-01 13:03:30Z johnnyw $ 00002 00003 // TAO specific IDL definition of an octet sequence that we use to represent 00004 // Object keys inside the POA. 00005 // This file is used to generate the code in Object_KeyC.* 00006 // The command used to generate code is: 00007 // 00008 // tao_idl 00009 // -o orig -St -Gp -Gd -Sci 00010 // -Wb,export_macro=TAO_Export 00011 // -Wb,export_macro="tao/TAO_Export" 00012 // -Wb,pre_include="ace/pre.h" 00013 // -Wb,post_include="ace/post.h" 00014 // Object_Key.pidl 00015 // 00016 // After generation the file diffs/Object_Key.diff must be used to manually 00017 // patch this file 00018 00019 module TAO 00020 { 00021 typedef sequence<octet> ObjectKey; 00022 };