import "orbsvcs/SSLIOP.idl";
Include dependency graph for ssl_endpoints.pidl:
Go to the source code of this file.
Typedefs | |
typedef sequence< SSLIOP::SSL > | TAO_SSLEndpointSequence |
Stores information for a collection of SSLIOP endpoints. |
|
Stores information for a collection of SSLIOP endpoints. This file contains idl definition for data structures used to encapsulate data in TAO_TAG_SSL_ENDPOINTS tagged component. This TAO-specific component is used for transmission of multiple endpoints per single SSLIOP profile. See SSLIOP_Profile.* for more details. This file was used to generate the code in ssl_endpoints.* The command used to generate code is: tao_idl -Sa -Sc -Gp -Gd -DCORBA3 -Sci -Wb,export_macro=TAO_SSLIOP_Export \ -Wb,pre_include="ace/pre.h" \ -Wb,post_include="ace/post.h" \ ssl_endpoints.pidl Definition at line 29 of file ssl_endpoints.pidl. Referenced by TAO_SSLIOP_Profile::decode_tagged_endpoints(), and TAO_SSLIOP_Profile::encode_endpoints(). |