diff options
author | Alan Conway <aconway@apache.org> | 2007-10-30 22:39:46 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2007-10-30 22:39:46 +0000 |
commit | 32bfb737f530e983876fc4d39d6a07b22368800e (patch) | |
tree | d0a6da123d4403405c3fd1d763c96f5e89a1ab9f /qpid/cpp/src/qpidd.cpp | |
parent | 4cf74e8632e3492badb745673cb7557264f9d434 (diff) | |
download | qpid-python-32bfb737f530e983876fc4d39d6a07b22368800e.tar.gz |
Client API: fix keyword parameter ambiguities for beta client API.
Classes:
- client::no_keyword::Session_0_10 - plain defaulted signatures
- client::Session_0_10 - keyword API.
Keyword API changes:
- keywords in client::arg namespace, user says: s.bind(arg::queue="x"...)
- user can omit with: using namespace client::arg; s.bind(queue="x"...)
- No trailing "_" required on session functions.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@590498 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/qpidd.cpp')
0 files changed, 0 insertions, 0 deletions