diff options
author | Gordon Sim <gsim@apache.org> | 2009-09-14 10:21:49 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2009-09-14 10:21:49 +0000 |
commit | e5a9bace572937edff916e3d3f2205e3e54fdf05 (patch) | |
tree | adc8e5e5fa1cd558e0868245889670c19683a93e /cpp/src/qpid/messaging/Address.cpp | |
parent | e2e4f4e3450d13176a84b93736abb21f9a9df1fe (diff) | |
download | qpid-python-e5a9bace572937edff916e3d3f2205e3e54fdf05.tar.gz |
Added available and pendingAck properties to Receiver; added capacity and pending properties to Sender.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@814562 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/messaging/Address.cpp')
-rw-r--r-- | cpp/src/qpid/messaging/Address.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cpp/src/qpid/messaging/Address.cpp b/cpp/src/qpid/messaging/Address.cpp index ed35054a00..813a8e1377 100644 --- a/cpp/src/qpid/messaging/Address.cpp +++ b/cpp/src/qpid/messaging/Address.cpp @@ -21,9 +21,6 @@ #include "qpid/messaging/Address.h" namespace qpid { -namespace client { -} - namespace messaging { Address::Address() {} |