00001 // $Id: ssl_endpoints.pidl 73605 2006-07-18 10:02:44Z jwillemsen $ 00002 // ================================================================ 00003 00004 /** 00005 * This file contains idl definition for data structures used to 00006 * encapsulate data in TAO_TAG_SSL_ENDPOINTS tagged component. This 00007 * TAO-specific component is used for transmission of multiple 00008 * endpoints per single SSLIOP profile. See SSLIOP_Profile.* 00009 * for more details. 00010 * 00011 * This file was used to generate the code in 00012 * ssl_endpoints.* The command used to generate code 00013 * is: 00014 * 00015 * tao_idl 00016 * -Sa -Sc -Gp -Gd -DCORBA3 -Sci 00017 * -Wb,export_macro=TAO_SSLIOP_Export \ 00018 * -Wb,pre_include="ace/pre.h" \ 00019 * -Wb,post_include="ace/post.h" \ 00020 * ssl_endpoints.pidl 00021 */ 00022 00023 #ifndef _SSL_ENDPOINTS_IDL_ 00024 #define _SSL_ENDPOINTS_IDL_ 00025 00026 #include "orbsvcs/SSLIOP.idl" 00027 00028 /// Stores information for a collection of SSLIOP endpoints. 00029 typedef sequence <SSLIOP::SSL> TAO_SSLEndpointSequence; 00030 00031 #pragma prefix "" 00032 00033 #endif /* _SSL_ENDPOINTS_IDL_ */