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

Comparing libev/ev++.h (file contents):
Revision 1.57 by root, Wed Feb 16 08:02:50 2011 UTC vs.
Revision 1.58 by root, Tue Nov 29 15:10:05 2011 UTC

515 { 515 {
516 ev_feed_event (EV_A_ static_cast<const ev_watcher *>(this), revents); 516 ev_feed_event (EV_A_ static_cast<const ev_watcher *>(this), revents);
517 } 517 }
518 }; 518 };
519 519
520 inline tstamp now () throw () 520 inline tstamp now (EV_P) throw ()
521 { 521 {
522 return ev_time (); 522 return ev_now (EV_A);
523 } 523 }
524 524
525 inline void delay (tstamp interval) throw () 525 inline void delay (tstamp interval) throw ()
526 { 526 {
527 ev_sleep (interval); 527 ev_sleep (interval);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines