summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/Cluster.h
diff options
context:
space:
mode:
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;
};