Gtk-Perl
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
Bonobo/Bonobo.pm view on Meta::CPAN
}
# perl-side interface implementations
my $ListenerId = 0;
package Bonobo::UnknownImpl;
@ISA = "POA_".CORBA::ORBit::find_interface("IDL:Bonobo/Unknown:1.0");
sub new {
my ($class, @attrs) = @_;
my $self = bless {__repoid => $class->_porbit_repoid, @attrs}, $class;
return $self;
}
# do we actually need to ref/unref here? What about objects we haven't created?
sub ref { }
sub unref { }
sub queryInterface {
my ($self, $repo) = @_;
view all matches for this distributionview release on metacpan - search on metacpan
( run in 1.367 second using v1.00-cache-2.02-grep-82fe00e-cpan-a086c87fca4 )