summaryrefslogtreecommitdiff
path: root/qpid/cpp/include
diff options
context:
space:
mode:
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*/