Exemplo n.º 1
0
void operator<<=(::CORBA::Any& _a, standardInterfaces::complexFloat_ptr* _op)
{
  _a.PR_insert(standardInterfaces::_tc_complexFloat,
               _0RL_standardInterfaces_mcomplexFloat_marshal_fn,
               _0RL_standardInterfaces_mcomplexFloat_destructor_fn,
               (*_op)->_PR_getobj());
  *_op = standardInterfaces::complexFloat::_nil();
}
Exemplo n.º 2
0
void operator<<=(::CORBA::Any& _a, standardInterfaces::complexFloat_ptr _o)
{
  standardInterfaces::complexFloat_ptr _no = standardInterfaces::complexFloat::_duplicate(_o);
  _a.PR_insert(standardInterfaces::_tc_complexFloat,
               _0RL_standardInterfaces_mcomplexFloat_marshal_fn,
               _0RL_standardInterfaces_mcomplexFloat_destructor_fn,
               _no->_PR_getobj());
}