Object_Key.pidl

Go to the documentation of this file.
00001 // Object_Key.pidl,v 1.6 2006/05/09 07:32:02 jwillemsen Exp
00002 
00003 // TAO specific IDL definition of an octet sequence that we use to represent
00004 // Object keys inside the POA.
00005 //   This file was used to generate the code in Object_KeyC.*
00006 //   The command used to generate code is:
00007 //
00008 //     tao_idl
00009 //        -o orig -Ge 1 -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 };

Generated on Thu Nov 9 11:54:16 2006 for TAO by doxygen 1.3.6