summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/SSLIOP/ssl_endpoints.pidl
blob: 93bbab422d863a79fdb2cd0589b352032fe38edf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
// $Id$
// ================================================================

/**
 * 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
 */

#ifndef _SSL_ENDPOINTS_IDL_
#define _SSL_ENDPOINTS_IDL_

#include "orbsvcs/SSLIOP.idl"

/// Stores information for a collection of SSLIOP endpoints.
typedef sequence <SSLIOP::SSL> TAO_SSLEndpointSequence;

#pragma prefix ""

#endif /* _SSL_ENDPOINTS_IDL_ */