summaryrefslogtreecommitdiff
path: root/cpp/src/tests/ConnectionOptions.h
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2008-06-09 20:53:57 +0000
committerGordon Sim <gsim@apache.org>2008-06-09 20:53:57 +0000
commit31a74cd4a5c849b134a172cc5e6ce2e2a447e5e5 (patch)
treec3472a6594e96e4b15c37b2d3c9bb0bd12a38013 /cpp/src/tests/ConnectionOptions.h
parent76e2ec81529864e243f6de7de8e897bc0700e649 (diff)
downloadqpid-python-31a74cd4a5c849b134a172cc5e6ce2e2a447e5e5.tar.gz
Moved from AccumulatedAck to SequenceSet in managing transactional accepts
Added transactional option to perftest Removed clientid from ConnectionSettings as it appears not to be used git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@665890 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/ConnectionOptions.h')
-rw-r--r--cpp/src/tests/ConnectionOptions.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/tests/ConnectionOptions.h b/cpp/src/tests/ConnectionOptions.h
index b4b562fbb9..4e0af7352f 100644
--- a/cpp/src/tests/ConnectionOptions.h
+++ b/cpp/src/tests/ConnectionOptions.h
@@ -38,7 +38,6 @@ struct ConnectionOptions : public qpid::Options,
("broker,b", optValue(host, "HOST"), "Broker host to connect to")
("port,p", optValue(port, "PORT"), "Broker port to connect to")
("virtualhost,v", optValue(virtualhost, "VHOST"), "virtual host")
- ("clientname,n", optValue(clientid, "ID"), "unique client identifier")
("username", optValue(username, "USER"), "user name for broker log in.")
("password", optValue(password, "PASSWORD"), "password for broker log in.")
("mechanism", optValue(mechanism, "MECH"), "SASL mechanism to use when authenticating.")