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

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

347 347
348#if EV_MULTIPLICITY 348#if EV_MULTIPLICITY
349 struct dynamic_loop: loop_ref 349 struct dynamic_loop: loop_ref
350 { 350 {
351 351
352 dynamic_loop (unsigned int flags = AUTO) EV_THROW (bad_loop) 352 dynamic_loop (unsigned int flags = AUTO) throw (bad_loop)
353 : loop_ref (ev_loop_new (flags)) 353 : loop_ref (ev_loop_new (flags))
354 { 354 {
355 } 355 }
356 356
357 ~dynamic_loop () throw () 357 ~dynamic_loop () throw ()
776 #undef EV_BEGIN_WATCHER 776 #undef EV_BEGIN_WATCHER
777 #undef EV_END_WATCHER 777 #undef EV_END_WATCHER
778 778
779} 779}
780 780
781#undef EV_THROW
782
783#endif 781#endif
784 782

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines