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 | fabed0bfea7c7a244d381b0f1d7a273a5c7c352b (patch) | |
tree | 9faac3e69cefe328de02231a759ee911ba89a256 /qpid/cpp/src/tests/BrokerChannelTest.cpp | |
parent | d8aa759568b4358e8d33e58211e1ae9689b77a5b (diff) | |
download | qpid-python-fabed0bfea7c7a244d381b0f1d7a273a5c7c352b.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@579340 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/BrokerChannelTest.cpp')
-rw-r--r-- | qpid/cpp/src/tests/BrokerChannelTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/BrokerChannelTest.cpp b/qpid/cpp/src/tests/BrokerChannelTest.cpp index e975ec1b12..612a9fc8bc 100644 --- a/qpid/cpp/src/tests/BrokerChannelTest.cpp +++ b/qpid/cpp/src/tests/BrokerChannelTest.cpp @@ -24,7 +24,7 @@ // which is no longer exposed on Session (part of SemanticHandler.) // #include "qpid/broker/BrokerChannel.h" -#include "qpid/broker/BrokerQueue.h" +#include "qpid/broker/Queue.h" #include "qpid/broker/FanOutExchange.h" #include "qpid/broker/Message.h" #include "qpid/broker/MessageDelivery.h" |