diff options
author | Andrew Stitcher <astitcher@apache.org> | 2011-05-09 19:55:29 +0000 |
---|---|---|
committer | Andrew Stitcher <astitcher@apache.org> | 2011-05-09 19:55:29 +0000 |
commit | 79cdad7b156d81d92dea07f23e156de39aca031d (patch) | |
tree | 31dfa89e10dd3c3879984f791065c9d5f8d620f3 /cpp/src/qpid/cluster/UpdateClient.h | |
parent | 29bf96f3d9a2c4269c793103e57ef0b44934423a (diff) | |
download | qpid-python-79cdad7b156d81d92dea07f23e156de39aca031d.tar.gz |
QPID-3004: Get Clang to compile qpid c++
- Change class/struct declarations to be consistent with the definition to avoid
warnings
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1101178 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/cluster/UpdateClient.h')
-rw-r--r-- | cpp/src/qpid/cluster/UpdateClient.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/src/qpid/cluster/UpdateClient.h b/cpp/src/qpid/cluster/UpdateClient.h index bbf7a948bc..b72d090d73 100644 --- a/cpp/src/qpid/cluster/UpdateClient.h +++ b/cpp/src/qpid/cluster/UpdateClient.h @@ -34,7 +34,7 @@ namespace qpid { -class Url; +struct Url; namespace broker { @@ -42,8 +42,8 @@ class Broker; class Queue; class Exchange; class QueueBindings; -class QueueBinding; -class QueuedMessage; +struct QueueBinding; +struct QueuedMessage; class SessionHandler; class DeliveryRecord; class SessionState; |