summaryrefslogtreecommitdiff
path: root/cpp/src/cluster.mk
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-08-29 18:18:45 +0000
committerAlan Conway <aconway@apache.org>2008-08-29 18:18:45 +0000
commit9749e6774159c43750f04907574d371235e36c0a (patch)
treea04aa3d5171ad59a82e82cec4a18e691dce56378 /cpp/src/cluster.mk
parent7a7273f69fdd328de06db16347914a20ae758b2b (diff)
downloadqpid-python-9749e6774159c43750f04907574d371235e36c0a.tar.gz
Refactored cluster to intercept at ConnectionCode, using sys:: interfaces rather than boost functions.
Use framing::Operations and Invoker to dispatch cluster methods. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@690358 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/cluster.mk')
-rw-r--r--cpp/src/cluster.mk14
1 files changed, 8 insertions, 6 deletions
diff --git a/cpp/src/cluster.mk b/cpp/src/cluster.mk
index 934ec0174b..d5be6dfc57 100644
--- a/cpp/src/cluster.mk
+++ b/cpp/src/cluster.mk
@@ -6,24 +6,26 @@ lib_LTLIBRARIES += libqpidcluster.la
if CPG
libqpidcluster_la_SOURCES = \
+ qpid/cluster/types.h \
qpid/cluster/Cluster.cpp \
qpid/cluster/Cluster.h \
qpid/cluster/Cpg.cpp \
qpid/cluster/Cpg.h \
qpid/cluster/Dispatchable.h \
qpid/cluster/ClusterPlugin.cpp \
- qpid/cluster/ConnectionInterceptor.h \
- qpid/cluster/ConnectionInterceptor.cpp \
- qpid/cluster/ClassifierHandler.h \
- qpid/cluster/ClassifierHandler.cpp \
- qpid/cluster/ShadowConnectionOutputHandler.h \
+ qpid/cluster/ConnectionCodec.h \
+ qpid/cluster/ConnectionCodec.cpp \
+ qpid/cluster/Connection.h \
+ qpid/cluster/Connection.cpp \
+ qpid/cluster/NoOpConnectionOutputHandler.h \
qpid/cluster/PollableCondition.h \
qpid/cluster/PollableCondition.cpp \
qpid/cluster/PollableQueue.h \
qpid/cluster/WriteEstimate.h \
qpid/cluster/WriteEstimate.cpp \
qpid/cluster/OutputInterceptor.h \
- qpid/cluster/OutputInterceptor.cpp
+ qpid/cluster/OutputInterceptor.cpp \
+ qpid/cluster/ProxyInputHandler.h
libqpidcluster_la_LIBADD= -lcpg libqpidbroker.la