summaryrefslogtreecommitdiff
path: root/qpid/cpp/include
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2013-12-20 18:51:42 +0000
committerAlan Conway <aconway@apache.org>2013-12-20 18:51:42 +0000
commite4a6cc2fdd47884582cbec40a3c1116c35a5a75e (patch)
treea78986177972946bfac593d1fe60fb9699d624d4 /qpid/cpp/include
parent5d28e44df2fd9d627d52fda08faeba72815c2ed4 (diff)
downloadqpid-python-e4a6cc2fdd47884582cbec40a3c1116c35a5a75e.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@1552780 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/include')
-rw-r--r--qpid/cpp/include/qpid/messaging/Message_io.h (renamed from qpid/cpp/include/qpid/messaging/Message_ostream.h)6
1 files changed, 3 insertions, 3 deletions
diff --git a/qpid/cpp/include/qpid/messaging/Message_ostream.h b/qpid/cpp/include/qpid/messaging/Message_io.h
index f5e36bda24..810c44810c 100644
--- a/qpid/cpp/include/qpid/messaging/Message_ostream.h
+++ b/qpid/cpp/include/qpid/messaging/Message_io.h
@@ -1,5 +1,5 @@
-#ifndef QPID_MESSAGING_MESSAGE_OSTREAM_H
-#define QPID_MESSAGING_MESSAGE_OSTREAM_H
+#ifndef QPID_MESSAGING_MESSAGE_IO_H
+#define QPID_MESSAGING_MESSAGE_IO_H
/*
*
@@ -31,4 +31,4 @@ QPID_MESSAGING_EXTERN std::ostream& operator<<(std::ostream&, const Message&);
}} // namespace qpid::messaging
-#endif /*!QPID_MESSAGING_MESSAGE_OSTREAM_H*/
+#endif /*!QPID_MESSAGING_MESSAGE_IO_H*/