summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/TestCase.h
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2007-09-25 18:16:02 +0000
committerAlan Conway <aconway@apache.org>2007-09-25 18:16:02 +0000
commitfabed0bfea7c7a244d381b0f1d7a273a5c7c352b (patch)
tree9faac3e69cefe328de02231a759ee911ba89a256 /qpid/cpp/src/tests/TestCase.h
parentd8aa759568b4358e8d33e58211e1ae9689b77a5b (diff)
downloadqpid-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/TestCase.h')
-rw-r--r--qpid/cpp/src/tests/TestCase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/TestCase.h b/qpid/cpp/src/tests/TestCase.h
index 71e1d1118c..07bdd68933 100644
--- a/qpid/cpp/src/tests/TestCase.h
+++ b/qpid/cpp/src/tests/TestCase.h
@@ -21,7 +21,7 @@
*
*/
-#include "qpid/client/ClientMessage.h"
+#include "qpid/client/Message.h"
#include "TestOptions.h"