ssl_endpoints.pidl
来自「这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用」· PIDL 代码 · 共 46 行
PIDL
46 行
// ssl_endpoints.pidl,v 1.4 2003/10/28 18:34:24 bala Exp
//
//
// ================================================================
//
// = 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_ */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?