diff options
author | Alan Conway <aconway@apache.org> | 2008-04-07 23:22:36 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2008-04-07 23:22:36 +0000 |
commit | 6423029adfe2e5992029d1e5f4447331e7ef34d8 (patch) | |
tree | 48c5e355954b3492b84f56c5c239fd8aa3ab5521 /qpid/cpp/rubygen | |
parent | 3acc5c719c147ee0122855ef767432cb8c2c6700 (diff) | |
download | qpid-python-6423029adfe2e5992029d1e5f4447331e7ef34d8.tar.gz |
src/qpid/amqp_0_10/Body.h, Header.h: placeholders.
src/qpid/amqp_0_10/Unit.h,.cpp
- Decode "units" - command/control/header segments or body frames.
Equivalent to preview AMQFrame class.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@645733 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/rubygen')
-rwxr-xr-x | qpid/cpp/rubygen/0-10/specification.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/rubygen/0-10/specification.rb b/qpid/cpp/rubygen/0-10/specification.rb index 83a7da07a2..d8c5378538 100755 --- a/qpid/cpp/rubygen/0-10/specification.rb +++ b/qpid/cpp/rubygen/0-10/specification.rb @@ -65,6 +65,7 @@ class Specification < CppGen yield if block } genl "std::ostream& operator << (std::ostream&, const #{x.classname}&);" + genl "bool operator==(const #{x.classname}&, const #{x.classname}&);" end # FIXME aconway 2008-03-10: packing, coding |