Remove dynamic exceptions
[anna.git] / source / timex / internal / TickProducer.cpp
index c2b88e7..273400d 100644 (file)
@@ -25,7 +25,7 @@ using namespace anna;
 
 //static
 void* anna::timex::TickProducer::exec(void* arg)
-throw() {
+{
   sigset_t mask;
   sigemptyset(&mask);
   pthread_sigmask(SIG_SETMASK, &mask, NULL);
@@ -58,7 +58,7 @@ anna::timex::TickProducer::TickProducer(timex::Engine* timeController, const int
 {;}
 
 void anna::timex::TickProducer::tick()
-throw() {
+{
   static char onebyte = 0xff;
   static int errorCount = 0;
 
@@ -85,7 +85,7 @@ throw() {
 //     que podemos considerar que normalmente no desviar�tanto tiempo.
 //--------------------------------------------------------------------------------------------
 Millisecond anna::timex::TickProducer::calculeSlice(const Millisecond & msnow)
-throw() {
+{
   Millisecond result(a_timeController.getResolution());
   int correction = (a_expectedTime == 0) ? 0 : (a_expectedTime - msnow);           // (2)