summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/Makefile.am
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2007-09-28 16:21:34 +0000
committerAlan Conway <aconway@apache.org>2007-09-28 16:21:34 +0000
commitd20f8aab6bb42dfb668452ea0d916344034eb29c (patch)
tree2a3a246ba951048fe17b95eac7272b1efabbf3b9 /qpid/cpp/src/Makefile.am
parent537906c2c210229b68ece0d817afbb605b66aa5e (diff)
downloadqpid-python-d20f8aab6bb42dfb668452ea0d916344034eb29c.tar.gz
* src/tests/ClientSessionTest.cpp: Suspend/resume tests.
* broker/SessionManager.cpp, broker/SessionHandler.cpp: Implement suspend/resume * client/ScopedAssociation.h, SessionCore.h, SessionHandler.h: Simplified relationships. - Removed ScopedAssociation. - SessionHandler: is now a member of SessionCore. - SessionCore: shared_ptr ownership by Session(s) and ConnectionImpl. - Using framing::FrameHandler interfaces. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@580403 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/Makefile.am')
-rw-r--r--qpid/cpp/src/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/qpid/cpp/src/Makefile.am b/qpid/cpp/src/Makefile.am
index 06e857bc4f..aab13d81b4 100644
--- a/qpid/cpp/src/Makefile.am
+++ b/qpid/cpp/src/Makefile.am
@@ -310,7 +310,6 @@ nobase_include_HEADERS = \
qpid/client/MessageListener.h \
qpid/client/MessageQueue.h \
qpid/client/Response.h \
- qpid/client/ScopedAssociation.h \
qpid/client/SessionCore.h \
qpid/client/SessionHandler.h \
qpid/client/StateManager.h \