diff options
| author | Alan Conway <aconway@apache.org> | 2009-01-27 01:44:02 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2009-01-27 01:44:02 +0000 |
| commit | 3f5cb7274932376139ac088532e1af0a18517e9f (patch) | |
| tree | eed1f7abad09a435e6f2fdd51818dba22535aa14 /qpid/cpp/src/cluster.mk | |
| parent | a26e85a730375155b69df1913c907aad6144b028 (diff) | |
| download | qpid-python-3f5cb7274932376139ac088532e1af0a18517e9f.tar.gz | |
cluster: Add sequence number to events & frames
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@737968 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/cluster.mk')
| -rw-r--r-- | qpid/cpp/src/cluster.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/cluster.mk b/qpid/cpp/src/cluster.mk index b13ce10b72..31eed2aec6 100644 --- a/qpid/cpp/src/cluster.mk +++ b/qpid/cpp/src/cluster.mk @@ -40,7 +40,7 @@ cluster_la_SOURCES = \ $(CMAN_SOURCES) \ qpid/cluster/Cluster.cpp \ qpid/cluster/Cluster.h \ - qpid/cluster/ClusterLeaveException.h \ + qpid/cluster/ClusterQueueHandler.h \ qpid/cluster/ClusterMap.cpp \ qpid/cluster/ClusterMap.h \ qpid/cluster/ClusterPlugin.cpp \ |
