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

Comparing libev/ev++.h (file contents):
Revision 1.48 by root, Wed Mar 10 09:23:07 2010 UTC vs.
Revision 1.49 by root, Tue Mar 16 00:43:22 2010 UTC

225 void unref () throw () 225 void unref () throw ()
226 { 226 {
227 ev_unref (EV_AX); 227 ev_unref (EV_AX);
228 } 228 }
229 229
230#if EV_MINIMAL < 2 230#if EV_FEATURE_API
231 unsigned int count () const throw () 231 unsigned int count () const throw ()
232 { 232 {
233 return ev_loop_count (EV_AX); 233 return ev_loop_count (EV_AX);
234 } 234 }
235 235

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines