From 745f730f7b711755aabee184555a4f0b9cd28b0f Mon Sep 17 00:00:00 2001 From: root Date: Fri, 10 Sep 2010 05:38:45 +0000 Subject: *** empty log message *** --- ev++.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ev++.h') diff --git a/ev++.h b/ev++.h index 315ee65..19d9cd2 100644 --- a/ev++.h +++ b/ev++.h @@ -228,14 +228,14 @@ namespace ev { } #if EV_FEATURE_API - unsigned int count () const throw () + unsigned int iteration () const throw () { - return ev_loop_count (EV_AX); + return ev_iteration (EV_AX); } unsigned int depth () const throw () { - return ev_loop_depth (EV_AX); + return ev_depth (EV_AX); } void set_io_collect_interval (tstamp interval) throw () -- cgit v1.2.3