ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/lib/AnyEvent/Handle.pm
(Generate patch)

Comparing AnyEvent/lib/AnyEvent/Handle.pm (file contents):
Revision 1.163 by root, Mon Jul 27 22:08:52 2009 UTC vs.
Revision 1.164 by root, Mon Jul 27 22:44:43 2009 UTC

1821sub destroy { 1821sub destroy {
1822 my ($self) = @_; 1822 my ($self) = @_;
1823 1823
1824 $self->DESTROY; 1824 $self->DESTROY;
1825 %$self = (); 1825 %$self = ();
1826 bless $self, "AnyEvent::Handle::destroyed";
1827}
1828
1829{
1830 package AnyEvent::Handle::destroyed;
1831
1832 sub AUTOLOAD {
1833 #nop
1834 }
1826} 1835}
1827 1836
1828=item AnyEvent::Handle::TLS_CTX 1837=item AnyEvent::Handle::TLS_CTX
1829 1838
1830This function creates and returns the AnyEvent::TLS object used by default 1839This function creates and returns the AnyEvent::TLS object used by default

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines