ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-MP/MP/Node.pm
(Generate patch)

Comparing AnyEvent-MP/MP/Node.pm (file contents):
Revision 1.16 by root, Sun Aug 9 16:08:16 2009 UTC vs.
Revision 1.17 by root, Mon Aug 10 01:37:19 2009 UTC

17use AE (); 17use AE ();
18use AnyEvent::Util (); 18use AnyEvent::Util ();
19use AnyEvent::Socket (); 19use AnyEvent::Socket ();
20 20
21use AnyEvent::MP::Transport (); 21use AnyEvent::MP::Transport ();
22
23use base Exporter::;
24 22
25sub new { 23sub new {
26 my ($class, $noderef) = @_; 24 my ($class, $noderef) = @_;
27 25
28 bless { noderef => $noderef }, $class 26 bless { noderef => $noderef }, $class
200 delete $AnyEvent::MP::Base::LMON{$portid}{$cb+0}; 198 delete $AnyEvent::MP::Base::LMON{$portid}{$cb+0};
201} 199}
202 200
203=head1 SEE ALSO 201=head1 SEE ALSO
204 202
205L<AnyEvent>. 203L<AnyEvent::MP>.
206 204
207=head1 AUTHOR 205=head1 AUTHOR
208 206
209 Marc Lehmann <schmorp@schmorp.de> 207 Marc Lehmann <schmorp@schmorp.de>
210 http://home.schmorp.de/ 208 http://home.schmorp.de/

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines