diff options
author | Alan Conway <aconway@apache.org> | 2007-09-25 18:16:02 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2007-09-25 18:16:02 +0000 |
commit | 00b761b3b6d80ee2bb3e538face881748efb2b09 (patch) | |
tree | 59c1b38093bb0cd993863f8c72cd8d22a3aa7bb9 /cpp/src/tests/QueueTest.cpp | |
parent | bbdaa6ec54ad9d04baa5ae1cb4d99c0387aa7d9d (diff) | |
download | qpid-python-00b761b3b6d80ee2bb3e538face881748efb2b09.tar.gz |
Renamed the following files for consistency:
broker/BrokerExchange.cpp -> Exchange.cpp
broker/BrokerExchange.h -> Exchange.h
broker/BrokerQueue.cpp -> Queue.cpp
broker/BrokerQueue.h -> Queue.h
client/ClientChannel.cpp -> Channel.cpp
client/ClientChannel.h -> Channel.h
client/ClientConnection.cpp -> Connection.cpp
client/ClientExchange.cpp -> Exchange.cpp
client/ClientExchange.h -> Exchange.h
client/ClientMessage.h -> Message.h
client/ClientQueue.cpp -> Queue.cpp
client/ClientQueue.h -> Queue.h
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@579340 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/QueueTest.cpp')
-rw-r--r-- | cpp/src/tests/QueueTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/QueueTest.cpp b/cpp/src/tests/QueueTest.cpp index 29f0d17cef..f2f1b3bf84 100644 --- a/cpp/src/tests/QueueTest.cpp +++ b/cpp/src/tests/QueueTest.cpp @@ -19,7 +19,7 @@ * */ #include "qpid/Exception.h" -#include "qpid/broker/BrokerQueue.h" +#include "qpid/broker/Queue.h" #include "qpid/broker/Deliverable.h" #include "qpid/broker/ExchangeRegistry.h" #include "qpid/broker/QueueRegistry.h" |