summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/Cluster.h
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2007-07-27 19:27:43 +0000
committerAlan Conway <aconway@apache.org>2007-07-27 19:27:43 +0000
commit143dea5082101ca00b058959da7b83f0f078a68b (patch)
tree885dfac08dc42cc8e424fda2a1078a50ffd12994 /qpid/cpp/src/tests/Cluster.h
parent008544afce4d981650212d01db21d8a94f18e562 (diff)
downloadqpid-python-143dea5082101ca00b058959da7b83f0f078a68b.tar.gz
Drop SessionFrame, UUID is not required and more efficient to transmit plain
AMQFrames. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@560356 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/Cluster.h')
-rw-r--r--qpid/cpp/src/tests/Cluster.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/qpid/cpp/src/tests/Cluster.h b/qpid/cpp/src/tests/Cluster.h
index 02e642f641..510a788f7c 100644
--- a/qpid/cpp/src/tests/Cluster.h
+++ b/qpid/cpp/src/tests/Cluster.h
@@ -54,7 +54,6 @@ class TestHandler : public Handler<T&>, public ConcurrentQueue<T>
};
typedef TestHandler<AMQFrame> TestFrameHandler;
-typedef TestHandler<SessionFrame> TestSessionFrameHandler;
void nullDeleter(void*) {}
@@ -70,7 +69,7 @@ struct TestCluster : public Cluster
equal_to<size_t>(), bind(&Cluster::size,this), n));
}
- TestSessionFrameHandler received;
+ TestFrameHandler received;
};