From 468b4b6ddaa3d96bb743cdbd27ded651eea31847 Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Thu, 11 Sep 2008 04:45:26 +0000 Subject: Refactored c++ client library to allow multiple protocols to be used simultaneously: - Added in capability for client library plugins: Client library will load in plugin modules from the client library module directory on library load. - Add protocol option into the standard client command line options - Split plugin module load area into daemon and client; default daemon module directory is now /qpid/daemon, default client module directory is /qpid/client. - Changed names of plugins to leave out libqpid prefix git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@694113 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/client/ConnectionImpl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/qpid/client/ConnectionImpl.h') diff --git a/cpp/src/qpid/client/ConnectionImpl.h b/cpp/src/qpid/client/ConnectionImpl.h index cd0788d68b..aca26b963d 100644 --- a/cpp/src/qpid/client/ConnectionImpl.h +++ b/cpp/src/qpid/client/ConnectionImpl.h @@ -69,7 +69,7 @@ class ConnectionImpl : public Bounds, ConnectionImpl(framing::ProtocolVersion version, const ConnectionSettings& settings); ~ConnectionImpl(); - void open(const std::string& host, int port); + void open(); bool isOpen() const; void addSession(const boost::shared_ptr&); -- cgit v1.2.1