From a1558a0f509cece0efa6164c6b8ee42d6cdf7f25 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 11 Nov 2007 16:58:25 +0000 Subject: do away with ev++.C --- ev++.C | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 ev++.C (limited to 'ev++.C') diff --git a/ev++.C b/ev++.C deleted file mode 100644 index d053c89..0000000 --- a/ev++.C +++ /dev/null @@ -1,17 +0,0 @@ -#include "ev++.h" - -namespace ev { - extern "C" { - void cb_io (struct ev_io *w, int revents) { (*static_cast(w))(revents); } - void cb_timer (struct ev_timer *w, int revents) { (*static_cast(w))(revents); } - #if EV_PERIODICS - void cb_periodic (struct ev_periodic *w, int revents) { (*static_cast(w))(revents); } - #endif - void cb_idle (struct ev_idle *w, int revents) { (*static_cast(w))(revents); } - void cb_prepare (struct ev_prepare *w, int revents) { (*static_cast(w))(revents); } - void cb_check (struct ev_check *w, int revents) { (*static_cast(w))(revents); } - void cb_sig (struct ev_signal *w, int revents) { (*static_cast(w))(revents); } - void cb_child (struct ev_child *w, int revents) { (*static_cast(w))(revents); } - } -} - -- cgit v1.2.3