diff options
author | Gordon Sim <gsim@apache.org> | 2007-09-26 10:02:25 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2007-09-26 10:02:25 +0000 |
commit | cb11cc2309711c4e977ba3de2384ff3437e00154 (patch) | |
tree | 11e4a769c4c2fe3b0565cfec369e7614660cfb71 /cpp/rubygen/templates | |
parent | 00b761b3b6d80ee2bb3e538face881748efb2b09 (diff) | |
download | qpid-python-cb11cc2309711c4e977ba3de2384ff3437e00154.tar.gz |
Start execution mark from -1 (0xFFFFFFFF)
Rename ackFrequency as ackBatchSize in Dispatcher
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@579553 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/rubygen/templates')
-rw-r--r-- | cpp/rubygen/templates/Session.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/rubygen/templates/Session.rb b/cpp/rubygen/templates/Session.rb index b2932f9a2b..d2b4a3233d 100644 --- a/cpp/rubygen/templates/Session.rb +++ b/cpp/rubygen/templates/Session.rb @@ -131,6 +131,7 @@ class SessionGen < CppGen #include "qpid/framing/ProtocolVersion.h" #include "qpid/framing/MethodContent.h" #include "qpid/framing/TransferContent.h" +#include "qpid/client/Completion.h" #include "qpid/client/ConnectionImpl.h" #include "qpid/client/Response.h" #include "qpid/client/ScopedAssociation.h" |