ifr_basicc.h
来自「这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用」· C头文件 代码 · 共 2,569 行 · 第 1/5 页
H
2,569 行
#define _CORBA_EXCEPTIONDEF__VAR_OUT_CH_
class ExceptionDef;
typedef ExceptionDef *ExceptionDef_ptr;
typedef
TAO_Objref_Var_T<
ExceptionDef
>
ExceptionDef_var;
typedef
TAO_Objref_Out_T<
ExceptionDef
>
ExceptionDef_out;
#endif /* end #if !defined */
// TAO_IDL - Generated from
// be/be_visitor_interface/interface_ch.cpp:54
#if !defined (_CORBA_EXCEPTIONDEF_CH_)
#define _CORBA_EXCEPTIONDEF_CH_
class TAO_IFR_Client_Export ExceptionDef
: public virtual CORBA::Contained,
public virtual CORBA::Container
{
public:
friend class TAO::Narrow_Utils<ExceptionDef>;
typedef ExceptionDef_ptr _ptr_type;
typedef ExceptionDef_var _var_type;
// The static operations.
static ExceptionDef_ptr _duplicate (ExceptionDef_ptr obj);
static ExceptionDef_ptr _narrow (
CORBA::Object_ptr obj
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
static ExceptionDef_ptr _unchecked_narrow (
CORBA::Object_ptr obj
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
static ExceptionDef_ptr _nil (void)
{
return (ExceptionDef_ptr)0;
}
static void _tao_any_destructor (void *);
// TAO_IDL - Generated from
// be/be_visitor_operation/operation_ch.cpp:46
virtual CORBA::TypeCode_ptr type (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
CORBA::SystemException
));
// TAO_IDL - Generated from
// be/be_visitor_operation/operation_ch.cpp:46
virtual ::CORBA::StructMemberSeq * members (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
CORBA::SystemException
));
// TAO_IDL - Generated from
// be/be_visitor_operation/operation_ch.cpp:46
virtual void members (
const CORBA::StructMemberSeq & members
ACE_ENV_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
CORBA::SystemException
));
// TAO_IDL - Generated from
// be/be_visitor_interface/interface_ch.cpp:196
virtual CORBA::Boolean _is_a (
const char *type_id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
virtual const char* _interface_repository_id (void) const;
virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr);
private:
TAO::Collocation_Proxy_Broker *the_TAO_ExceptionDef_Proxy_Broker_;
protected:
// Concrete interface only.
ExceptionDef (int collocated = 0);
// These methods travese the inheritance tree and set the
// parents piece of the given class in the right mode.
virtual void CORBA_ExceptionDef_setup_collocation (int collocated);
// Concrete non-local interface only.
ExceptionDef (
IOP::IOR *ior,
TAO_ORB_Core *orb_core = 0
);
// Non-local interface only.
ExceptionDef (
TAO_Stub *objref,
CORBA::Boolean _tao_collocated = 0,
TAO_Abstract_ServantBase *servant = 0,
TAO_ORB_Core *orb_core = 0
);
virtual ~ExceptionDef (void);
private:
// Private and unimplemented for concrete interfaces.
ExceptionDef (const ExceptionDef &);
void operator= (const ExceptionDef &);
};
#endif /* end #if !defined */
// TAO_IDL - Generated from
// be/be_visitor_typecode/typecode_decl.cpp:44
TAO_NAMESPACE_STORAGE_CLASS ::CORBA::TypeCode_ptr _tc_ExceptionDef;
// TAO_IDL - Generated from
// be/be_visitor_sequence/sequence_ch.cpp:101
#if !defined (_CORBA_EXCEPTIONDEFSEQ_CH_)
#define _CORBA_EXCEPTIONDEFSEQ_CH_
class ExceptionDefSeq;
typedef
TAO_MngSeq_Var_T<
ExceptionDefSeq,
TAO_Object_Manager<
ExceptionDef,
ExceptionDef_var
>
>
ExceptionDefSeq_var;
typedef
TAO_MngSeq_Out_T<
ExceptionDefSeq,
ExceptionDefSeq_var,
TAO_Object_Manager<
ExceptionDef,
ExceptionDef_var
>
>
ExceptionDefSeq_out;
class TAO_IFR_Client_Export ExceptionDefSeq
: public
TAO_Unbounded_Object_Sequence<
ExceptionDef,
ExceptionDef_var
>
{
public:
ExceptionDefSeq (void);
ExceptionDefSeq (CORBA::ULong max);
ExceptionDefSeq (
CORBA::ULong max,
CORBA::ULong length,
ExceptionDef_ptr* buffer,
CORBA::Boolean release = 0
);
ExceptionDefSeq (const ExceptionDefSeq &);
~ExceptionDefSeq (void);
static void _tao_any_destructor (void *);
typedef ExceptionDefSeq_var _var_type;
};
#endif /* end #if !defined */
// TAO_IDL - Generated from
// be/be_visitor_typecode/typecode_decl.cpp:44
TAO_NAMESPACE_STORAGE_CLASS ::CORBA::TypeCode_ptr _tc_ExceptionDefSeq;
// TAO_IDL - Generated from
// be/be_visitor_enum/enum_ch.cpp:57
enum AttributeMode
{
ATTR_NORMAL,
ATTR_READONLY
};
typedef AttributeMode &AttributeMode_out;
// TAO_IDL - Generated from
// be/be_visitor_typecode/typecode_decl.cpp:44
TAO_NAMESPACE_STORAGE_CLASS ::CORBA::TypeCode_ptr _tc_AttributeMode;
// TAO_IDL - Generated from
// be/be_interface.cpp:611
#if !defined (_CORBA_ATTRIBUTEDEF__VAR_OUT_CH_)
#define _CORBA_ATTRIBUTEDEF__VAR_OUT_CH_
class AttributeDef;
typedef AttributeDef *AttributeDef_ptr;
typedef
TAO_Objref_Var_T<
AttributeDef
>
AttributeDef_var;
typedef
TAO_Objref_Out_T<
AttributeDef
>
AttributeDef_out;
#endif /* end #if !defined */
// TAO_IDL - Generated from
// be/be_visitor_interface/interface_ch.cpp:54
#if !defined (_CORBA_ATTRIBUTEDEF_CH_)
#define _CORBA_ATTRIBUTEDEF_CH_
class TAO_IFR_Client_Export AttributeDef
: public virtual CORBA::Contained
{
public:
friend class TAO::Narrow_Utils<AttributeDef>;
typedef AttributeDef_ptr _ptr_type;
typedef AttributeDef_var _var_type;
// The static operations.
static AttributeDef_ptr _duplicate (AttributeDef_ptr obj);
static AttributeDef_ptr _narrow (
CORBA::Object_ptr obj
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
static AttributeDef_ptr _unchecked_narrow (
CORBA::Object_ptr obj
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
static AttributeDef_ptr _nil (void)
{
return (AttributeDef_ptr)0;
}
static void _tao_any_destructor (void *);
// TAO_IDL - Generated from
// be/be_visitor_operation/operation_ch.cpp:46
virtual CORBA::TypeCode_ptr type (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
CORBA::SystemException
));
// TAO_IDL - Generated from
// be/be_visitor_operation/operation_ch.cpp:46
virtual ::CORBA::IDLType_ptr type_def (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
CORBA::SystemException
));
// TAO_IDL - Generated from
// be/be_visitor_operation/operation_ch.cpp:46
virtual void type_def (
CORBA::IDLType_ptr type_def
ACE_ENV_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
CORBA::SystemException
));
// TAO_IDL - Generated from
// be/be_visitor_operation/operation_ch.cpp:46
virtual ::CORBA::AttributeMode mode (
ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
CORBA::SystemException
));
// TAO_IDL - Generated from
// be/be_visitor_operation/operation_ch.cpp:46
virtual void mode (
CORBA::AttributeMode mode
ACE_ENV_ARG_DECL_WITH_DEFAULTS
)
ACE_THROW_SPEC ((
CORBA::SystemException
));
// TAO_IDL - Generated from
// be/be_visitor_interface/interface_ch.cpp:196
virtual CORBA::Boolean _is_a (
const char *type_id
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
virtual const char* _interface_repository_id (void) const;
virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr);
private:
TAO::Collocation_Proxy_Broker *the_TAO_AttributeDef_Proxy_Broker_;
protected:
// Concrete interface only.
AttributeDef (int collocated = 0);
// These methods travese the inheritance tree and set the
// parents piece of the given class in the right mode.
virtual void CORBA_AttributeDef_setup_collocation (int collocated);
// Concrete non-local interface only.
AttributeDef (
IOP::IOR *ior,
TAO_ORB_Core *orb_core = 0
);
// Non-local interface only.
AttributeDef (
TAO_Stub *objref,
CORBA::Boolean _tao_collocated = 0,
TAO_Abstract_ServantBase *servant = 0,
TAO_ORB_Core *orb_core = 0
);
virtual ~AttributeDef (void);
private:
// Private and unimplemented for concrete interfaces.
AttributeDef (const AttributeDef &);
void operator= (const AttributeDef &);
};
#endif /* end #if !defined */
// TAO_IDL - Generated from
// be/be_visitor_typecode/typecode_decl.cpp:44
TAO_NAMESPACE_STORAGE_CLASS ::CORBA::TypeCode_ptr _tc_AttributeDef;
// TAO_IDL - Generated from
// be/be_type.cpp:258
struct AttributeDescription;
typedef
TAO_Var_Var_T<
AttributeDescription
>
AttributeDescription_var;
typedef
TAO_Out_T<
AttributeDescription,
AttributeDescription_var
>
AttributeDescription_out;
// TAO_IDL - Generated from
// be/be_visitor_structure/structure_ch.cpp:52
struct TAO_IFR_Client_Export AttributeDescription
{
typedef AttributeDescription_var _var_type;
static void _tao_any_destructor (void *);
TAO_String_Manager name;
TAO_String_Manager id;
TAO_String_Manager defined_in;
TAO_String_Manager version;
CORBA::TypeCode_var type;
CORBA::AttributeMode mode;
};
// TAO_IDL - Generated from
// be/be_visitor_typecode/typecode_decl.cpp:44
TAO_NAMESPACE_STORAGE_CLASS ::CORBA::TypeCode_ptr _tc_AttributeDescription;
// TAO_IDL - Generated from
// be/be_type.cpp:258
struct ExtAttributeDescription;
typedef
TAO_Var_Var_T<
ExtAttributeDescription
>
ExtAttributeDescription_var;
typedef
TAO_Out_T<
ExtAttributeDescription,
ExtAttributeDescription_var
>
ExtAttributeDescription_out;
// TAO_IDL - Generated from
// be/be_visitor_structure/structure_ch.cpp:52
struct TAO_IFR_Client_Export ExtAttributeDescription
{
typedef ExtAttributeDescription_var _var_type;
static void _tao_any_destructor (void *);
TAO_String_Manager name;
TAO_String_Manager id;
TAO_String_Manager defined_in;
TAO_String_Manager version;
CORBA::TypeCode_var type;
CORBA::AttributeMode mode;
CORBA::ExcDescriptionSeq get_exceptions;
CORBA::ExcDescriptionSeq put_exceptions;
};
// TAO_IDL - Generated from
// be/be_visitor_typecode/typecode_decl.cpp:44
TAO_NAMESPACE_STORAGE_CLASS ::CORBA::TypeCode_ptr _tc_ExtAttributeDescription;
// TAO_IDL - Generated from
// be/be_interface.cpp:611
#if !defined (_CORBA_EXTATTRIBUTEDEF__VAR_OUT_CH_)
#define _CORBA_EXTATTRIBUTEDEF__VAR_OUT_CH_
class ExtAttributeDef;
typedef ExtAttributeDef *ExtAttributeDef_ptr;
typedef
TAO_Objref_Var_T<
ExtAttributeDef
>
ExtAttributeDef_var;
typedef
TAO_Objref_Out_T<
ExtAttributeDef
>
ExtAttributeDef_out;
#endif /* end #if !defined */
// TAO_IDL - Generated from
// be/be_visitor_interface/interface_ch.cpp:54
#if !defined (_CORBA_EXTATTRIBUTEDEF_CH_)
#define _CORBA_EXTATTRIBUTEDEF_CH_
class TAO_IFR_Client_Export ExtAttributeDef
: public virtual CORBA::AttributeDef
{
public:
friend class TAO::Narrow_Utils<ExtAttributeDef>;
typedef ExtAttributeDef_ptr _ptr_type;
typedef ExtAttributeDef_var _var_type;
// The static operations.
static ExtAttributeDef_ptr _duplicate (ExtAttributeDef_ptr obj);
static ExtAttributeDef_ptr _narrow (
CORBA::Object_ptr obj
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
static ExtAttributeDef_ptr _unchecked_narrow (
CORBA::Object_ptr obj
ACE_ENV_ARG_DECL_WITH_DEFAULTS
);
static ExtAttributeDef_ptr _nil (void)
{
return (ExtAttributeDef_ptr)0;
}
static void _tao_any_destructor (void *);
// TAO_IDL - Generated from
// be/be_visitor_operation/operation_ch.cpp:46
virtual ::CORBA::ExcDescriptionSeq * get
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?