From 61c45840822bd93b5df9bf8f0be7c9f9549f6ec3 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 11 Jan 2007 15:25:54 +0000 Subject: * Build order - src before tests. * docs/api/developer.doxygen: Generate for all classes, private members etc. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@495254 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/lib/client/ClientQueue.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'cpp/lib/client/ClientQueue.h') diff --git a/cpp/lib/client/ClientQueue.h b/cpp/lib/client/ClientQueue.h index 037856ecd2..6b7aaf7c41 100644 --- a/cpp/lib/client/ClientQueue.h +++ b/cpp/lib/client/ClientQueue.h @@ -1,3 +1,6 @@ +#ifndef _client_ClientQueue_h +#define _client_ClientQueue_h + /* * * Licensed to the Apache Software Foundation (ASF) under one @@ -20,9 +23,6 @@ */ #include -#ifndef _Queue_ -#define _Queue_ - namespace qpid { namespace client { @@ -97,5 +97,4 @@ namespace client { } } - -#endif +#endif /*!_client_ClientQueue_h*/ -- cgit v1.2.1