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

Comparing libev/ev++.h (file contents):
Revision 1.51 by root, Fri Sep 10 05:38:45 2010 UTC vs.
Revision 1.52 by root, Thu Oct 21 02:33:08 2010 UTC

413 struct base : ev_watcher 413 struct base : ev_watcher
414 { 414 {
415 #if EV_MULTIPLICITY 415 #if EV_MULTIPLICITY
416 EV_PX; 416 EV_PX;
417 417
418 // loop set
418 void set (EV_P) throw () 419 void set (EV_P) throw ()
419 { 420 {
420 this->EV_A = EV_A; 421 this->EV_A = EV_A;
421 } 422 }
422 #endif 423 #endif
781 EV_END_WATCHER (fork, fork) 782 EV_END_WATCHER (fork, fork)
782 #endif 783 #endif
783 784
784 #if EV_ASYNC_ENABLE 785 #if EV_ASYNC_ENABLE
785 EV_BEGIN_WATCHER (async, async) 786 EV_BEGIN_WATCHER (async, async)
786 void set () throw () { }
787
788 void send () throw () 787 void send () throw ()
789 { 788 {
790 ev_async_send (EV_A_ static_cast<ev_async *>(this)); 789 ev_async_send (EV_A_ static_cast<ev_async *>(this));
791 } 790 }
792 791

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines