00001 // $Id: Object_Key.pidl 88803 2010-02-02 11:13:27Z vzykov $ 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 #ifndef TAO_OBJECTKEY_PIDL 00020 #define TAO_OBJECTKEY_PIDL 00021 00022 module TAO 00023 { 00024 typedef sequence<octet> ObjectKey; 00025 }; 00026 00027 #endif /* TAO_OBJECTKEY_PIDL */