diff options
| author | Gordon Sim <gsim@apache.org> | 2008-03-06 17:52:59 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2008-03-06 17:52:59 +0000 |
| commit | 9fd4909832e16734c47c13eebbe4aca66640b1b0 (patch) | |
| tree | 6882efaaa8244086c0765f95ee1c1e9836bb088c /cpp/rubygen | |
| parent | 19ad6741d3579b1ffce70a43271e4e4f804ad643 (diff) | |
| download | qpid-python-9fd4909832e16734c47c13eebbe4aca66640b1b0.tar.gz | |
Fixes to c++ broker:
- use final version of delivery properties where appropriate
- start sequence numbering of outgoing messages at 0
- explicit accept-mode is now 0 (no more confirm-mode)
- add default initialisers for numeric fields in methods
Converted some more python tests to use final 0-10 client.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@634368 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/rubygen')
| -rw-r--r-- | cpp/rubygen/99-0/structs.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/rubygen/99-0/structs.rb b/cpp/rubygen/99-0/structs.rb index c04aa38763..58e175af0f 100644 --- a/cpp/rubygen/99-0/structs.rb +++ b/cpp/rubygen/99-0/structs.rb @@ -240,7 +240,7 @@ EOS end #default constructors: if (s.kind_of? AmqpMethod) - genl "#{name}(ProtocolVersion=ProtocolVersion()) {}" + genl "#{name}(ProtocolVersion=ProtocolVersion()) #{default_initialisation(s)} {}" end if (s.kind_of? AmqpStruct) genl "#{name}() #{default_initialisation(s)} {}" |
