summaryrefslogtreecommitdiff
path: root/ev++.h
diff options
context:
space:
mode:
authorroot <root>2010-10-21 02:33:08 +0000
committerroot <root>2010-10-21 02:33:08 +0000
commited35fe84c2d1d72e35a7fd111834678b030f2023 (patch)
tree79f7f573745ddfdb853cf209918da6e2391d9174 /ev++.h
parent015897f2e00ab95c7acd36afb5d381ffbdbe0c70 (diff)
*** empty log message ***
Diffstat (limited to 'ev++.h')
-rw-r--r--ev++.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ev++.h b/ev++.h
index 19d9cd2..6c844fe 100644
--- a/ev++.h
+++ b/ev++.h
@@ -415,6 +415,7 @@ namespace ev {
#if EV_MULTIPLICITY
EV_PX;
+ // loop set
void set (EV_P) throw ()
{
this->EV_A = EV_A;
@@ -783,8 +784,6 @@ namespace ev {
#if EV_ASYNC_ENABLE
EV_BEGIN_WATCHER (async, async)
- void set () throw () { }
-
void send () throw ()
{
ev_async_send (EV_A_ static_cast<ev_async *>(this));