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