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/Makefile.am | |
| 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/Makefile.am')
| -rw-r--r-- | qpid/cpp/src/Makefile.am | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/qpid/cpp/src/Makefile.am b/qpid/cpp/src/Makefile.am index e70b4d5a1b..ae3eb4c403 100644 --- a/qpid/cpp/src/Makefile.am +++ b/qpid/cpp/src/Makefile.am @@ -140,8 +140,8 @@ libqpidbroker_la_SOURCES = \ qpid/broker/Broker.cpp \ qpid/broker/BrokerAdapter.cpp \ qpid/broker/BrokerSingleton.cpp \ - qpid/broker/BrokerExchange.cpp \ - qpid/broker/BrokerQueue.cpp \ + qpid/broker/Exchange.cpp \ + qpid/broker/Queue.cpp \ qpid/broker/Connection.cpp \ qpid/broker/ConnectionHandler.cpp \ qpid/broker/ConnectionFactory.cpp \ @@ -191,10 +191,10 @@ libqpidbroker_la_SOURCES = \ libqpidclient_la_LIBADD = libqpidcommon.la libqpidclient_la_SOURCES = \ $(rgen_client_cpp) \ - qpid/client/ClientConnection.cpp \ - qpid/client/ClientChannel.cpp \ - qpid/client/ClientExchange.cpp \ - qpid/client/ClientQueue.cpp \ + qpid/client/Connection.cpp \ + qpid/client/Channel.cpp \ + qpid/client/Exchange.cpp \ + qpid/client/Queue.cpp \ qpid/client/ConnectionImpl.cpp \ qpid/client/Connector.cpp \ qpid/client/Demux.cpp \ @@ -225,8 +225,8 @@ nobase_include_HEADERS = \ qpid/shared_ptr.h \ qpid/broker/Broker.h \ qpid/broker/BrokerAdapter.h \ - qpid/broker/BrokerExchange.h \ - qpid/broker/BrokerQueue.h \ + qpid/broker/Exchange.h \ + qpid/broker/Queue.h \ qpid/broker/BrokerSingleton.h \ qpid/broker/Connection.h \ qpid/broker/ConnectionFactory.h \ @@ -288,10 +288,10 @@ nobase_include_HEADERS = \ qpid/client/AckMode.h \ qpid/client/BlockingQueue.h \ qpid/client/ChainableFrameHandler.h \ - qpid/client/ClientChannel.h \ - qpid/client/ClientExchange.h \ - qpid/client/ClientMessage.h \ - qpid/client/ClientQueue.h \ + qpid/client/Channel.h \ + qpid/client/Exchange.h \ + qpid/client/Message.h \ + qpid/client/Queue.h \ qpid/client/Completion.h \ qpid/client/CompletionTracker.h \ qpid/client/Connection.h \ |
