X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=source%2Fcomm%2Finternal%2FRemoteConnection.cpp;h=308e7e0494131fdeffab672d990e5de72aa09bc0;hb=5a6cba5fde2b2f538a7515f8293cc0a8d9589dfa;hp=795969c5626755c0144b3820005ca9fa3ee1ddba;hpb=93366a0bda79e6fd6e7dad6316bfcf8cc82f5731;p=anna.git diff --git a/source/comm/internal/RemoteConnection.cpp b/source/comm/internal/RemoteConnection.cpp index 795969c..308e7e0 100644 --- a/source/comm/internal/RemoteConnection.cpp +++ b/source/comm/internal/RemoteConnection.cpp @@ -17,14 +17,14 @@ using namespace std; using namespace anna; string comm::RemoteConnection::asString() const -throw() { +{ string result("comm::RemoteConnection { "); result += anna::functions::asString(a_clientSocket); return result += " }"; } xml::Node* comm::RemoteConnection::asXML(xml::Node* parent) const -throw(RuntimeException) { +noexcept(false) { xml::Node* result = parent->createChild("comm.RemoteConnection"); if(a_clientSocket != NULL)