diff options
| author | Gordon Sim <gsim@apache.org> | 2008-11-10 12:25:23 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2008-11-10 12:25:23 +0000 |
| commit | ead0237d1d00d80a9ee3f897bbb6226812f83cdb (patch) | |
| tree | c0c2a3f86b37580e668a49791beddb5ecd027a1e /cpp/src/Makefile.am | |
| parent | 0e107c3844c7078cf57212f16b1335dd50d4364c (diff) | |
| download | qpid-python-ead0237d1d00d80a9ee3f897bbb6226812f83cdb.tar.gz | |
Remove wrappers for 'transparent' failover; this will be better handled through implementation of session resume within SessionImpl.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@712653 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/Makefile.am')
| -rw-r--r-- | cpp/src/Makefile.am | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am index 774fad3120..020c44cec4 100644 --- a/cpp/src/Makefile.am +++ b/cpp/src/Makefile.am @@ -379,10 +379,7 @@ libqpidclient_la_SOURCES = \ qpid/client/Connector.cpp \ qpid/client/Demux.cpp \ qpid/client/Dispatcher.cpp \ - qpid/client/FailoverConnection.cpp \ qpid/client/FailoverManager.cpp \ - qpid/client/FailoverSession.cpp \ - qpid/client/FailoverSubscriptionManager.cpp \ qpid/client/FailoverListener.h \ qpid/client/FailoverListener.cpp \ qpid/client/Future.cpp \ @@ -519,13 +516,9 @@ nobase_include_HEADERS = \ qpid/client/Demux.h \ qpid/client/Dispatcher.h \ qpid/client/Execution.h \ - qpid/client/FailoverConnection.h \ - qpid/client/FailoverManager.h \ - qpid/client/FailoverSession.h \ qpid/client/Subscription.h \ qpid/client/SubscriptionImpl.h \ qpid/client/SubscriptionSettings.h \ - qpid/client/FailoverSubscriptionManager.h \ qpid/client/FlowControl.h \ qpid/client/Future.h \ qpid/client/FutureCompletion.h \ |
