diff options
| author | Carl C. Trieloff <cctrieloff@apache.org> | 2007-11-04 00:40:44 +0000 |
|---|---|---|
| committer | Carl C. Trieloff <cctrieloff@apache.org> | 2007-11-04 00:40:44 +0000 |
| commit | 6e00c9508b3a3b62b3b828a94e0de3b2ca3e6254 (patch) | |
| tree | cbc33d9ec5637e8556ee77c5d5255184556e6a64 /cpp/src/qpid/broker/SessionHandler.cpp | |
| parent | 3c0a29f8d66b9866a2842d0a1a58ec89065f1af3 (diff) | |
| download | qpid-python-6e00c9508b3a3b62b3b828a94e0de3b2ca3e6254.tar.gz | |
AMQP 670 This patch contains the following:
1) "using" clauses were removed from one header file. This required changes in other header and body files that were relying on that clause.
2) The object indexing scheme has been improved in the management schema. Objects now properly reference their parent/containing objects.
3) The framework for parsing management commands has been added.
4) The python management API has been improved and now includes an object-method call.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@591715 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/SessionHandler.cpp')
| -rw-r--r-- | cpp/src/qpid/broker/SessionHandler.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/broker/SessionHandler.cpp b/cpp/src/qpid/broker/SessionHandler.cpp index f72c52c809..280a843a0e 100644 --- a/cpp/src/qpid/broker/SessionHandler.cpp +++ b/cpp/src/qpid/broker/SessionHandler.cpp @@ -32,6 +32,7 @@ namespace qpid { namespace broker { using namespace framing; using namespace std; +using namespace qpid::sys; SessionHandler::SessionHandler(Connection& c, ChannelId ch) : InOutHandler(0, &c.getOutput()), |
