Remove dynamic exceptions
[anna.git] / source / comm / transport / TransportFactory.cpp
index cccf5c9..55a4440 100644 (file)
@@ -15,7 +15,7 @@ using namespace std;
 using namespace anna;
 
 string comm::TransportFactory::asString() const
-throw() {
+{
   std::string msg("comm::TransportFactory { Name: ");
   msg += a_name;
   msg += functions::asText(" | OverQuotaSize: ", a_overQuotaSize);
@@ -23,7 +23,7 @@ throw() {
 }
 
 xml::Node* comm::TransportFactory::asXML(xml::Node* parent) const
-throw() {
+{
   xml::Node* result = parent->createChild("comm.TransportFactory");
   result->createAttribute("Name", a_name);
   result->createAttribute("OverQuotaSize", a_overQuotaSize);