summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/SSLIOP/ssl_endpoints.pidl
blob: 969aaad85f6ae54967fff5f9b9dc4146d377e514 (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
34
35
36
37
38
39
40
41
42
43
44
45
// $Id$
//
//
// ================================================================
//
// = LIBRARY
//   TAO
//
// = FILENAME
//   ssl_endpoints.pidl
//
// = DESCRIPTION
//   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
//   iiop_endpoints.* The command used to generate code
//   is:
//
//     tao_idl
//          -Wb,export_macro=TAO_SSLIOP_Export \
//          -Wb,pre_include="ace/pre.h" \
//          -Wb,post_include="ace/post.h" \
//          ssl_endpoints.pidl
//
//   Remove the generated code for Any's and CDR's. Rename the files
//   as ssl_endpoints.h and ssl_endpoints.cpp
//
//
// ================================================================

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