diff options
author | Gordon Sim <gsim@apache.org> | 2009-11-11 13:15:44 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2009-11-11 13:15:44 +0000 |
commit | 856e5e92e6ad376cdbe3c8c2b8414415a17e579c (patch) | |
tree | 4b60cb6515225326ac1c60c04ef42765ccd3aa5c /cpp/include/qpid/messaging/Message.h | |
parent | 36c30decd36c54d5d361cfa64818d10527960b85 (diff) | |
download | qpid-python-856e5e92e6ad376cdbe3c8c2b8414415a17e579c.tar.gz |
Added support for address parsing, create/assert/delete policies
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@834869 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/include/qpid/messaging/Message.h')
-rw-r--r-- | cpp/include/qpid/messaging/Message.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/qpid/messaging/Message.h b/cpp/include/qpid/messaging/Message.h index 4477d5a2e9..1acccecad0 100644 --- a/cpp/include/qpid/messaging/Message.h +++ b/cpp/include/qpid/messaging/Message.h @@ -32,7 +32,7 @@ namespace client { namespace messaging { -struct Address; +class Address; class Codec; struct MessageImpl; |