ifr_basicc.cpp
来自「这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用」· C++ 代码 · 共 2,631 行 · 第 1/5 页
CPP
2,631 行
_tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (_tao_retval.excp ());
return _tao_retval.retn ();
}
// TAO_IDL - Generated from
// be/be_visitor_operation/operation_cs.cpp:78
::CORBA::SequenceDef_ptr CORBA::Repository::create_sequence (
CORBA::ULong bound,
CORBA::IDLType_ptr element_type
ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
if (!this->is_evaluated ())
{
ACE_NESTED_CLASS (CORBA, Object)::tao_object_initialize (this);
}
if (this->the_TAO_Repository_Proxy_Broker_ == 0)
{
CORBA_Repository_setup_collocation (
this->ACE_NESTED_CLASS (CORBA, Object)::_is_collocated ()
);
}
TAO::Arg_Traits<CORBA::SequenceDef>::ret_val _tao_retval;
TAO::Arg_Traits<CORBA::ULong>::in_arg_val _tao_bound (bound);
TAO::Arg_Traits<CORBA::IDLType>::in_arg_val _tao_element_type (element_type);
TAO::Argument *_tao_signature [] =
{
&_tao_retval,
&_tao_bound,
&_tao_element_type
};
TAO::Invocation_Adapter _tao_call (
this,
_tao_signature,
3,
"create_sequence",
15,
this->the_TAO_Repository_Proxy_Broker_
);
_tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (_tao_retval.excp ());
return _tao_retval.retn ();
}
// TAO_IDL - Generated from
// be/be_visitor_operation/operation_cs.cpp:78
::CORBA::ArrayDef_ptr CORBA::Repository::create_array (
CORBA::ULong length,
CORBA::IDLType_ptr element_type
ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
if (!this->is_evaluated ())
{
ACE_NESTED_CLASS (CORBA, Object)::tao_object_initialize (this);
}
if (this->the_TAO_Repository_Proxy_Broker_ == 0)
{
CORBA_Repository_setup_collocation (
this->ACE_NESTED_CLASS (CORBA, Object)::_is_collocated ()
);
}
TAO::Arg_Traits<CORBA::ArrayDef>::ret_val _tao_retval;
TAO::Arg_Traits<CORBA::ULong>::in_arg_val _tao_length (length);
TAO::Arg_Traits<CORBA::IDLType>::in_arg_val _tao_element_type (element_type);
TAO::Argument *_tao_signature [] =
{
&_tao_retval,
&_tao_length,
&_tao_element_type
};
TAO::Invocation_Adapter _tao_call (
this,
_tao_signature,
3,
"create_array",
12,
this->the_TAO_Repository_Proxy_Broker_
);
_tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (_tao_retval.excp ());
return _tao_retval.retn ();
}
// TAO_IDL - Generated from
// be/be_visitor_operation/operation_cs.cpp:78
::CORBA::FixedDef_ptr CORBA::Repository::create_fixed (
CORBA::UShort digits,
CORBA::Short scale
ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
if (!this->is_evaluated ())
{
ACE_NESTED_CLASS (CORBA, Object)::tao_object_initialize (this);
}
if (this->the_TAO_Repository_Proxy_Broker_ == 0)
{
CORBA_Repository_setup_collocation (
this->ACE_NESTED_CLASS (CORBA, Object)::_is_collocated ()
);
}
TAO::Arg_Traits<CORBA::FixedDef>::ret_val _tao_retval;
TAO::Arg_Traits<CORBA::UShort>::in_arg_val _tao_digits (digits);
TAO::Arg_Traits<CORBA::Short>::in_arg_val _tao_scale (scale);
TAO::Argument *_tao_signature [] =
{
&_tao_retval,
&_tao_digits,
&_tao_scale
};
TAO::Invocation_Adapter _tao_call (
this,
_tao_signature,
3,
"create_fixed",
12,
this->the_TAO_Repository_Proxy_Broker_
);
_tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (_tao_retval.excp ());
return _tao_retval.retn ();
}
CORBA::Repository::Repository (int collocated)
: the_TAO_Repository_Proxy_Broker_ (0)
{
this->CORBA_Repository_setup_collocation (collocated);
}
void
CORBA::Repository::CORBA_Repository_setup_collocation (int collocated)
{
if (collocated)
{
this->the_TAO_Repository_Proxy_Broker_ =
::CORBA__TAO_Repository_Proxy_Broker_Factory_function_pointer (this);
}
this->CORBA_Container_setup_collocation (collocated);
}
CORBA::Repository::~Repository (void)
{}
void
CORBA::Repository::_tao_any_destructor (void *_tao_void_pointer)
{
Repository *_tao_tmp_pointer =
ACE_static_cast (Repository *, _tao_void_pointer);
CORBA::release (_tao_tmp_pointer);
}
CORBA::Repository_ptr
CORBA::Repository::_narrow (
CORBA::Object_ptr _tao_objref
ACE_ENV_ARG_DECL
)
{
return
TAO::Narrow_Utils<Repository>::narrow (
_tao_objref,
"IDL:omg.org/CORBA/Repository:1.0",
CORBA__TAO_Repository_Proxy_Broker_Factory_function_pointer
ACE_ENV_ARG_PARAMETER
);
}
CORBA::Repository_ptr
CORBA::Repository::_unchecked_narrow (
CORBA::Object_ptr _tao_objref
ACE_ENV_ARG_DECL
)
{
return
TAO::Narrow_Utils<Repository>::unchecked_narrow (
_tao_objref,
"IDL:omg.org/CORBA/Repository:1.0",
CORBA__TAO_Repository_Proxy_Broker_Factory_function_pointer
ACE_ENV_ARG_PARAMETER
);
}
CORBA::Repository_ptr
CORBA::Repository::_duplicate (Repository_ptr obj)
{
if (! CORBA::is_nil (obj))
{
obj->_add_ref ();
}
return obj;
}
CORBA::Boolean
CORBA::Repository::_is_a (
const char *value
ACE_ENV_ARG_DECL
)
{
if (
!ACE_OS::strcmp (
(char *)value,
"IDL:omg.org/CORBA/IRObject:1.0"
) ||
!ACE_OS::strcmp (
(char *)value,
"IDL:omg.org/CORBA/Container:1.0"
) ||
!ACE_OS::strcmp (
(char *)value,
"IDL:omg.org/CORBA/Repository:1.0"
) ||
!ACE_OS::strcmp (
(char *)value,
"IDL:omg.org/CORBA/Object:1.0"
)
)
{
return 1; // success using local knowledge
}
else
{
return this->ACE_NESTED_CLASS (CORBA, Object)::_is_a (
value
ACE_ENV_ARG_PARAMETER
);
}
}
const char* CORBA::Repository::_interface_repository_id (void) const
{
return "IDL:omg.org/CORBA/Repository:1.0";
}
CORBA::Boolean
CORBA::Repository::marshal (TAO_OutputCDR &cdr)
{
return (cdr << this);
}
// TAO_IDL - Generated from
// be/be_visitor_typecode/typecode_defn.cpp:284
static const CORBA::Long _oc_CORBA_Repository[] =
{
TAO_ENCAP_BYTE_ORDER, // byte order
33,
ACE_NTOHL (0x49444c3a),
ACE_NTOHL (0x6f6d672e),
ACE_NTOHL (0x6f72672f),
ACE_NTOHL (0x434f5242),
ACE_NTOHL (0x412f5265),
ACE_NTOHL (0x706f7369),
ACE_NTOHL (0x746f7279),
ACE_NTOHL (0x3a312e30),
ACE_NTOHL (0x0), // repository ID = IDL:omg.org/CORBA/Repository:1.0
11,
ACE_NTOHL (0x5265706f),
ACE_NTOHL (0x7369746f),
ACE_NTOHL (0x72790000), // name = Repository
};
static CORBA::TypeCode _tc_TAO_tc_CORBA_Repository (
CORBA::tk_objref,
sizeof (_oc_CORBA_Repository),
(char *) &_oc_CORBA_Repository,
0,
sizeof (CORBA::Repository)
);
namespace CORBA
{
::CORBA::TypeCode_ptr _tc_Repository =
&_tc_TAO_tc_CORBA_Repository;
}
// TAO_IDL - Generated from
// be/be_visitor_interface/interface_cs.cpp:60
// Traits specializations for CORBA::ModuleDef.
ACE_TEMPLATE_CLASS_MEMBER_SPECIALIZATION
CORBA::ModuleDef_ptr
TAO::Objref_Traits<CORBA::ModuleDef>::tao_duplicate (
CORBA::ModuleDef_ptr p
)
{
return CORBA::ModuleDef::_duplicate (p);
}
ACE_TEMPLATE_CLASS_MEMBER_SPECIALIZATION
void
TAO::Objref_Traits<CORBA::ModuleDef>::tao_release (
CORBA::ModuleDef_ptr p
)
{
CORBA::release (p);
}
ACE_TEMPLATE_CLASS_MEMBER_SPECIALIZATION
CORBA::ModuleDef_ptr
TAO::Objref_Traits<CORBA::ModuleDef>::tao_nil (void)
{
return CORBA::ModuleDef::_nil ();
}
ACE_TEMPLATE_CLASS_MEMBER_SPECIALIZATION
CORBA::Boolean
TAO::Objref_Traits<CORBA::ModuleDef>::tao_marshal (
CORBA::ModuleDef_ptr p,
TAO_OutputCDR & cdr
)
{
return p->marshal (cdr);
}
// Function pointer for collocation factory initialization.
TAO::Collocation_Proxy_Broker *
(*CORBA__TAO_ModuleDef_Proxy_Broker_Factory_function_pointer) (
CORBA::Object_ptr obj
) = 0;
CORBA::ModuleDef::ModuleDef (int collocated)
: the_TAO_ModuleDef_Proxy_Broker_ (0)
{
this->CORBA_ModuleDef_setup_collocation (collocated);
}
void
CORBA::ModuleDef::CORBA_ModuleDef_setup_collocation (int collocated)
{
if (collocated)
{
this->the_TAO_ModuleDef_Proxy_Broker_ =
::CORBA__TAO_ModuleDef_Proxy_Broker_Factory_function_pointer (this);
}
this->CORBA_Container_setup_collocation (collocated);
this->CORBA_Contained_setup_collocation (collocated);
}
CORBA::ModuleDef::~ModuleDef (void)
{}
void
CORBA::ModuleDef::_tao_any_destructor (void *_tao_void_pointer)
{
ModuleDef *_tao_tmp_pointer =
ACE_static_cast (ModuleDef *, _tao_void_pointer);
CORBA::release (_tao_tmp_pointer);
}
CORBA::ModuleDef_ptr
CORBA::ModuleDef::_narrow (
CORBA::Object_ptr _tao_objref
ACE_ENV_ARG_DECL
)
{
return
TAO::Narrow_Utils<ModuleDef>::narrow (
_tao_objref,
"IDL:omg.org/CORBA/ModuleDef:1.0",
CORBA__TAO_ModuleDef_Proxy_Broker_Factory_function_pointer
ACE_ENV_ARG_PARAMETER
);
}
CORBA::ModuleDef_ptr
CORBA::ModuleDef::_unchecked_narrow (
CORBA::Object_ptr _tao_objref
ACE_ENV_ARG_DECL
)
{
return
TAO::Narrow_Utils<ModuleDef>::unchecked_narrow (
_tao_objref,
"IDL:omg.org/CORBA/ModuleDef:1.0",
CORBA__TAO_ModuleDef_Proxy_Broker_Factory_function_pointer
ACE_ENV_ARG_PARAMETER
);
}
CORBA::ModuleDef_ptr
CORBA::ModuleDef::_duplicate (ModuleDef_ptr obj)
{
if (! CORBA::is_nil (obj))
{
obj->_add_ref ();
}
return obj;
}
CORBA::Boolean
CORBA::ModuleDef::_is_a (
const char *value
ACE_ENV_ARG_DECL
)
{
if (
!ACE_OS::strcmp (
(char *)value,
"IDL:omg.org/CORBA/IRObject:1.0"
) ||
!ACE_OS::strcmp (
(char *)value,
"IDL:omg.org/CORBA/Container:1.0"
) ||
!ACE_OS::strcmp (
(char *)value,
"IDL:omg.org/CORBA/Contained:1.0"
) ||
!ACE_OS::strcmp (
(char *)value,
"IDL:omg.org/CORBA/ModuleDef:1.0"
) ||
!ACE_OS::strcmp (
(char *)value,
"IDL:omg.org/CORBA/Object:1.0"
)
)
{
return 1; // success using local knowledge
}
else
{
return this->ACE_NESTED_CLASS (CORBA, Object)::_is_a (
value
ACE_ENV_ARG_PARAMETER
);
}
}
const char* CORBA::ModuleDef::_interface_repository_id (void) const
{
return "IDL:omg.org/CORBA/ModuleDef:1.0";
}
CORBA::Boolean
CORBA::ModuleDef::marshal (TAO_OutputCDR &cdr)
{
return (cdr << this);
}
// TAO_IDL - Generated from
// be/be_visitor_typecode/typecode_defn.cpp:284
static const CORBA::Long _oc_CORBA_ModuleDef[] =
{
TAO_ENCAP_BYTE_ORDER, // byte order
32,
ACE_NTOHL (0x49444c3a),
ACE_NTOHL (0x6f6d672e),
ACE_NTOHL (0x6f72672f),
ACE_NTOHL (0x434f5242),
ACE_NTOHL (0x412f4d6f),
ACE_NTOHL (0x64756c65),
ACE_NTOHL (0x4465663a),
ACE_NTOHL (0x312e3000), // repository ID = IDL:omg.org/CORBA/ModuleDef:1.0
10,
ACE_NTOHL (0x4d6f6475),
ACE_NTOHL (0x6c654465),
ACE_NTOHL (0x66000000), // name = ModuleDef
};
static CORBA::TypeCode _tc_TAO_tc_CORBA_ModuleDef (
CORBA::tk_objref,
sizeof (_oc_CORBA_ModuleDef),
(char *) &_oc_CORBA_ModuleDef,
0,
sizeof (CORBA::ModuleDef)
);
namespace CORBA
{
::CORBA::TypeCode_ptr _tc_ModuleDef =
&_tc_TAO_tc_CORBA_ModuleDef;
}
// TAO_IDL - Generated from
// be/be_visitor_typecode/typecode_defn.cpp:284
static const CORBA::Long _oc_CORBA_ModuleDescription[] =
{
TAO_ENCAP_BYTE_ORDER, // byte order
40,
ACE_NTOHL (0x49444c3a),
ACE_NTOHL (0x6f6d672e),
ACE_NTOHL (0x6f72672f),
ACE_NTOHL (0x434f5242),
ACE_NTOHL (0x412f4d6f),
ACE_NTOHL (0x64756c65),
ACE_NTOHL (0x44657363),
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?