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

Comparing libev/ev++.h (file contents):
Revision 1.37 by root, Fri Jan 25 15:45:08 2008 UTC vs.
Revision 1.38 by root, Mon Jan 28 11:43:37 2008 UTC

130# define EV_AX_ 130# define EV_AX_
131#endif 131#endif
132 132
133 struct loop_ref 133 struct loop_ref
134 { 134 {
135
136 loop_ref (EV_P) throw () 135 loop_ref (EV_P) throw ()
137#if EV_MULTIPLICITY 136#if EV_MULTIPLICITY
138 : EV_AX (EV_A) 137 : EV_AX (EV_A)
139#endif 138#endif
140 { 139 {
365 }; 364 };
366#endif 365#endif
367 366
368 struct default_loop : loop_ref 367 struct default_loop : loop_ref
369 { 368 {
370
371 default_loop (unsigned int flags = AUTO) throw (bad_loop) 369 default_loop (unsigned int flags = AUTO) throw (bad_loop)
372#if EV_MULTIPLICITY 370#if EV_MULTIPLICITY
373 : loop_ref (ev_default_loop (flags)) 371 : loop_ref (ev_default_loop (flags))
374#endif 372#endif
375 { 373 {
773 #undef EV_PX 771 #undef EV_PX
774 #undef EV_PX_ 772 #undef EV_PX_
775 #undef EV_CONSTRUCT 773 #undef EV_CONSTRUCT
776 #undef EV_BEGIN_WATCHER 774 #undef EV_BEGIN_WATCHER
777 #undef EV_END_WATCHER 775 #undef EV_END_WATCHER
778
779} 776}
780 777
781#endif 778#endif
782 779

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines