summaryrefslogtreecommitdiff
path: root/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
commitac669123004b6e78468cc4fcea3ffb4b9d7b7bd3 (patch)
tree366557b336624b8eb8265ec9143762e9eebcf647 /cpp/src/tests/Cluster.h
parent65ea2f177bd0810590895d89a490af8cea60253b (diff)
downloadqpid-python-ac669123004b6e78468cc4fcea3ffb4b9d7b7bd3.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/qpid@560356 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/Cluster.h')
-rw-r--r--cpp/src/tests/Cluster.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/src/tests/Cluster.h b/cpp/src/tests/Cluster.h
index 02e642f641..510a788f7c 100644
--- a/cpp/src/tests/Cluster.h
+++ b/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;
};