From 382e4999445a11ef663603756403ea1d68460f4e Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Mon, 12 Apr 2010 10:24:30 +0000 Subject: QPID-664: removed explicit throw() clause git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@933176 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/messaging/Connection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src') diff --git a/cpp/src/qpid/messaging/Connection.cpp b/cpp/src/qpid/messaging/Connection.cpp index 14e713d425..80e96af1d6 100644 --- a/cpp/src/qpid/messaging/Connection.cpp +++ b/cpp/src/qpid/messaging/Connection.cpp @@ -39,7 +39,7 @@ Connection::Connection(const Connection& c) : Handle() { PI::cop Connection& Connection::operator=(const Connection& c) { return PI::assign(*this, c); } Connection::~Connection() { PI::dtor(*this); } -Connection::Connection(const std::string& url, const std::string& o) throw(InvalidOptionString) +Connection::Connection(const std::string& url, const std::string& o) { Variant::Map options; AddressParser parser(o); -- cgit v1.2.1