/[meteor]/googlecode.com/svn/trunk/Meteor/Channel.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /googlecode.com/svn/trunk/Meteor/Channel.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 11 by knops.gerd, Thu Dec 14 16:29:42 2006 UTC revision 13 by knops.gerd, Mon Apr 30 18:16:17 2007 UTC
# Line 132  sub DESTROY { Line 132  sub DESTROY {
132          my $self=shift;          my $self=shift;
133                    
134          my @subscribers=@{$self->{'subscribers'}};          my @subscribers=@{$self->{'subscribers'}};
135          map { $_->close() } @subscribers;          map { $_->closeChannel($self->{'name'}) } @subscribers;
136  }  }
137    
138  ###############################################################################  ###############################################################################

Legend:
Removed from v.11  
changed lines
  Added in v.13

  ViewVC Help
Powered by ViewVC 1.1.26