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

Comparing libev/ev++.h (file contents):
Revision 1.34 by llucax, Tue Jan 22 17:56:54 2008 UTC vs.
Revision 1.35 by llucax, Tue Jan 22 17:57:17 2008 UTC

375 default_loop (unsigned int flags = AUTO) throw (bad_loop) 375 default_loop (unsigned int flags = AUTO) throw (bad_loop)
376#if EV_MULTIPLICITY 376#if EV_MULTIPLICITY
377 : loop_ref (ev_default_loop (flags)) 377 : loop_ref (ev_default_loop (flags))
378#endif 378#endif
379 { 379 {
380#ifndef EV_MULTIPLICITY 380#if !EV_MULTIPLICITY
381 if (!ev_default_loop (flags)) 381 if (!ev_default_loop (flags))
382 throw bad_loop (); 382 throw bad_loop ();
383#endif 383#endif
384 } 384 }
385 385

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines