summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/SSLIOP/ssl_endpoints.pidl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/SSLIOP/ssl_endpoints.pidl')
-rw-r--r--TAO/orbsvcs/orbsvcs/SSLIOP/ssl_endpoints.pidl33
1 files changed, 33 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/SSLIOP/ssl_endpoints.pidl b/TAO/orbsvcs/orbsvcs/SSLIOP/ssl_endpoints.pidl
new file mode 100644
index 00000000000..93bbab422d8
--- /dev/null
+++ b/TAO/orbsvcs/orbsvcs/SSLIOP/ssl_endpoints.pidl
@@ -0,0 +1,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_ */