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/qpid/client/LocalQueue.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/qpid/client/LocalQueue.h') 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