diff options
| author | Alan Conway <aconway@apache.org> | 2013-12-20 18:51:42 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2013-12-20 18:51:42 +0000 |
| commit | 770fe5e291b1d3892cce32dc45a0fa23ea6987df (patch) | |
| tree | 64b26ea78f739c0fca8777d60f85dcbced2d293b /cpp/src/qpid | |
| parent | 03c59b8e046edd380485af253bf3962f3feff39d (diff) | |
| download | qpid-python-770fe5e291b1d3892cce32dc45a0fa23ea6987df.tar.gz | |
NO-JIRA: Rename Message_ostream.h/.cpp to Message_io.h/.cpp.
Allow for addition of istream operator in future.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1552780 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid')
| -rw-r--r-- | cpp/src/qpid/messaging/Message_io.cpp (renamed from cpp/src/qpid/messaging/Message_ostream.cpp) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/messaging/Message_ostream.cpp b/cpp/src/qpid/messaging/Message_io.cpp index 6adae12315..b6bc43a4e6 100644 --- a/cpp/src/qpid/messaging/Message_ostream.cpp +++ b/cpp/src/qpid/messaging/Message_io.cpp @@ -18,7 +18,7 @@ * under the License. * */ -#include "qpid/messaging/Message_ostream.h" +#include "qpid/messaging/Message_io.h" #include <ostream> namespace qpid { |
