ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/ev++.h
(Generate patch)

Comparing libev/ev++.h (file contents):
Revision 1.45 by root, Fri Jul 10 00:36:21 2009 UTC vs.
Revision 1.47 by root, Sat Dec 26 09:21:54 2009 UTC

642 642
643 void again () throw () 643 void again () throw ()
644 { 644 {
645 ev_timer_again (EV_A_ static_cast<ev_timer *>(this)); 645 ev_timer_again (EV_A_ static_cast<ev_timer *>(this));
646 } 646 }
647
648 ev_tstamp remaining ()
649 {
650 return ev_timer_remaining (EV_A_ static_cast<ev_timer *>(this));
651 }
647 EV_END_WATCHER (timer, timer) 652 EV_END_WATCHER (timer, timer)
648 653
649 #if EV_PERIODIC_ENABLE 654 #if EV_PERIODIC_ENABLE
650 EV_BEGIN_WATCHER (periodic, periodic) 655 EV_BEGIN_WATCHER (periodic, periodic)
651 void set (ev_tstamp at, ev_tstamp interval = 0.) throw () 656 void set (ev_tstamp at, ev_tstamp interval = 0.) throw ()
723 ev_stat_stat (EV_A_ static_cast<ev_stat *>(this)); 728 ev_stat_stat (EV_A_ static_cast<ev_stat *>(this));
724 } 729 }
725 EV_END_WATCHER (stat, stat) 730 EV_END_WATCHER (stat, stat)
726 #endif 731 #endif
727 732
733#if EV_IDLE_ENABLE
728 EV_BEGIN_WATCHER (idle, idle) 734 EV_BEGIN_WATCHER (idle, idle)
729 void set () throw () { } 735 void set () throw () { }
730 EV_END_WATCHER (idle, idle) 736 EV_END_WATCHER (idle, idle)
737#endif
731 738
732 EV_BEGIN_WATCHER (prepare, prepare) 739 EV_BEGIN_WATCHER (prepare, prepare)
733 void set () throw () { } 740 void set () throw () { }
734 EV_END_WATCHER (prepare, prepare) 741 EV_END_WATCHER (prepare, prepare)
735 742

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines