From 353a950ae230586f11addda16e6880744f8e818b Mon Sep 17 00:00:00 2001 From: "Stephen D. Huston" Date: Mon, 4 May 2009 23:11:49 +0000 Subject: Add new files to client project git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@771489 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/client.vcproj | 12 ++++++++++++ cpp/src/qpid/client/LocalQueue.h | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) (limited to 'cpp/src') diff --git a/cpp/src/client.vcproj b/cpp/src/client.vcproj index 99f968b619..09aecdce21 100644 --- a/cpp/src/client.vcproj +++ b/cpp/src/client.vcproj @@ -443,6 +443,9 @@ + + @@ -485,6 +488,9 @@ + + @@ -573,6 +579,9 @@ + + @@ -621,6 +630,9 @@ + + diff --git a/cpp/src/qpid/client/LocalQueue.h b/cpp/src/qpid/client/LocalQueue.h index 4aa14ce004..aa7b098513 100644 --- a/cpp/src/qpid/client/LocalQueue.h +++ b/cpp/src/qpid/client/LocalQueue.h @@ -107,7 +107,7 @@ class LocalQueue : public Handle { /** Number of messages on the local queue */ QPID_CLIENT_EXTERN size_t size() const; - QPID_CLIENT_EXTERN LocalQueue(LocalQueueImpl*); ///<@internal + LocalQueue(LocalQueueImpl*); ///<@internal private: -- cgit v1.2.1