Oups. Forgot to remove the throw used to test ExceptionWidget, lanched
after ten RoutingEvents...
This commit is contained in:
parent
410e81a42b
commit
3d28803fed
|
@ -392,9 +392,6 @@ namespace Kite {
|
||||||
cmess2.flush();
|
cmess2.flush();
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( RoutingEvent::getProcesseds() >= 10 )
|
|
||||||
throw Error ( "Stopped after 10 events." );
|
|
||||||
|
|
||||||
if ( RoutingEvent::getProcesseds() >= limit ) setInterrupt ( true );
|
if ( RoutingEvent::getProcesseds() >= limit ) setInterrupt ( true );
|
||||||
count++;
|
count++;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue