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/include | |
| 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/include')
| -rw-r--r-- | cpp/include/qpid/messaging/Message_io.h (renamed from cpp/include/qpid/messaging/Message_ostream.h) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/include/qpid/messaging/Message_ostream.h b/cpp/include/qpid/messaging/Message_io.h index f5e36bda24..810c44810c 100644 --- a/cpp/include/qpid/messaging/Message_ostream.h +++ b/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*/ |
