summaryrefslogtreecommitdiff
path: root/ev++.h
diff options
context:
space:
mode:
authorroot <root>2008-01-28 11:43:37 +0000
committerroot <root>2008-01-28 11:43:37 +0000
commit7cec2b287ee92dec3d8dba2a5590648199964805 (patch)
tree7e163799f27c14504e29f68783e03cada8455364 /ev++.h
parent6104d060a61e32a1a8d4e71d947b340fd13ac2f7 (diff)
*** empty log message ***
Diffstat (limited to 'ev++.h')
-rw-r--r--ev++.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ev++.h b/ev++.h
index 0264934..d1dc21a 100644
--- a/ev++.h
+++ b/ev++.h
@@ -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