diff options
author | root <root> | 2008-01-28 11:43:37 +0000 |
---|---|---|
committer | root <root> | 2008-01-28 11:43:37 +0000 |
commit | 7cec2b287ee92dec3d8dba2a5590648199964805 (patch) | |
tree | 7e163799f27c14504e29f68783e03cada8455364 /ev++.h | |
parent | 6104d060a61e32a1a8d4e71d947b340fd13ac2f7 (diff) |
*** empty log message ***
Diffstat (limited to 'ev++.h')
-rw-r--r-- | ev++.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -132,7 +132,6 @@ namespace ev { struct loop_ref { - loop_ref (EV_P) throw () #if EV_MULTIPLICITY : EV_AX (EV_A) @@ -367,7 +366,6 @@ namespace ev { struct default_loop : loop_ref { - default_loop (unsigned int flags = AUTO) throw (bad_loop) #if EV_MULTIPLICITY : loop_ref (ev_default_loop (flags)) @@ -775,7 +773,6 @@ namespace ev { #undef EV_CONSTRUCT #undef EV_BEGIN_WATCHER #undef EV_END_WATCHER - } #endif |