From c33f3d8550b9b4455ad6ca8a2327a7bd9d6f7db1 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 9 Nov 2006 21:55:34 +0000 Subject: Added POSIX equivalents to APR classes used by clients, inlined trivial calls. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@473087 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/client/Exchange.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/qpid/client/Exchange.cpp') diff --git a/cpp/src/qpid/client/Exchange.cpp b/cpp/src/qpid/client/Exchange.cpp index 078f15c3a7..e2af7440b1 100644 --- a/cpp/src/qpid/client/Exchange.cpp +++ b/cpp/src/qpid/client/Exchange.cpp @@ -15,7 +15,7 @@ * limitations under the License. * */ -#include "qpid/client/Exchange.h" +#include qpid::client::Exchange::Exchange(std::string _name, std::string _type) : name(_name), type(_type){} const std::string& qpid::client::Exchange::getName() const { return name; } -- cgit v1.2.1