From 786c13d1833f626bf47262dd16ea48c81ac3887f Mon Sep 17 00:00:00 2001 From: "Carl C. Trieloff" Date: Wed, 20 Dec 2006 22:29:38 +0000 Subject: Support for multi version, merge part 1. - can still refactor out dup use of version object in client and server opperations. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@489212 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/tests/client_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/tests/client_test.cpp') diff --git a/cpp/tests/client_test.cpp b/cpp/tests/client_test.cpp index 6a22a65ad2..9534fdcecb 100644 --- a/cpp/tests/client_test.cpp +++ b/cpp/tests/client_test.cpp @@ -65,7 +65,7 @@ int main(int argc, char**) //Use a named, temporary queue Queue queue("MyQueue", true); - //Create and open a connection + Connection con(argc > 1); string host("localhost"); con.open(host); -- cgit v1.2.1