From 5aa291a5d56d526ec02fb76988770a438d08cd0f Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Wed, 23 Jan 2008 14:37:15 +0000 Subject: Some minor changes to doc; primarily aimed at making the list of classes listed as client API more useful. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@614551 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/sys/BlockingQueue.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cpp/src/qpid/sys') diff --git a/cpp/src/qpid/sys/BlockingQueue.h b/cpp/src/qpid/sys/BlockingQueue.h index bcd8c84276..56d41574df 100644 --- a/cpp/src/qpid/sys/BlockingQueue.h +++ b/cpp/src/qpid/sys/BlockingQueue.h @@ -29,6 +29,9 @@ namespace qpid { namespace sys { +/** + * A simple blocking queue template + */ template class BlockingQueue { -- cgit v1.2.1