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

Comparing EV/EV.pm (file contents):
Revision 1.16 by root, Wed Oct 31 20:10:17 2007 UTC vs.
Revision 1.17 by root, Wed Oct 31 21:34:45 2007 UTC

92@EV::Periodic::ISA = "EV::Time"; 92@EV::Periodic::ISA = "EV::Time";
93@EV::Signal::ISA = "EV::Watcher"; 93@EV::Signal::ISA = "EV::Watcher";
94@EV::Idle::ISA = "EV::Watcher"; 94@EV::Idle::ISA = "EV::Watcher";
95@EV::Prepare::ISA = "EV::Watcher"; 95@EV::Prepare::ISA = "EV::Watcher";
96@EV::Check::ISA = "EV::Watcher"; 96@EV::Check::ISA = "EV::Watcher";
97@EV::Child::ISA = "EV::Watcher";
97 98
98=head1 BASIC INTERFACE 99=head1 BASIC INTERFACE
99 100
100=over 4 101=over 4
101 102

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines