Remove dynamic exceptions
[anna.git] / source / comm / ServerAllocator.cpp
index 611a7dd..4045417 100644 (file)
@@ -13,7 +13,7 @@ using namespace std;
 using namespace anna;
 
 comm::Server* comm::ServerAllocator::apply() const
-throw() {
+{
   return new Server(a_name, a_host, a_remotePort, a_autoRecovery, a_transportFactory);
 }