CORBA-MICO
view release on metacpan or search on metacpan
ChangeLog.owen view on Meta::CPAN
to Perl exceptions.
* server.cc MICO.pm: Support ForwardRequest exceptions
for ServantActivators
Sun Apr 11 02:02:20 1999 Owen Taylor <otaylor@redhat.com>
* tictactoe: Update to POA.
* tictactoe (make_ui): Add hack to get around bug
in current Gtk/Perl where transparent color can't
be left undef.
Fri Apr 9 03:26:37 1999 Owen Taylor <otaylor@redhat.com>
* types.cc: Updates for MICO-2.2.6
Fri Apr 24 00:31:05 1998 Owen Taylor <otaylor@gtk.org>
* MICO.xs: CORBA::ORB::bind() - fixed bugs handling object
tag lengt.
MICO/mapping.pod view on Meta::CPAN
=head1 Object Implementations
=over 4
The POA supports modes of operation where a single servant
may incarnate multiple object references. For this reason,
it is not, in general, permissible to supply a servant
where an object reference is required. However, in
situations where it is valid to call the _this() method of
the servant, an ORB may do this transparently when
a servant is used in place of an object reference.
=head2 Implementing interfaces
Interface are implemented by deriving from the package corresponding
to the interface prepended with "POA_".
package MyAccount;
@MyAccount::ISA = qw(POA_Bank::Account);
( run in 0.516 second using v1.01-cache-2.11-cpan-a1d94b6210f )