Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 40FD020049C for ; Fri, 11 Aug 2017 18:01:10 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 3F5D316D3EA; Fri, 11 Aug 2017 16:01:10 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 8DB9916D3BC for ; Fri, 11 Aug 2017 18:01:09 +0200 (CEST) Received: (qmail 69811 invoked by uid 500); 11 Aug 2017 16:01:08 -0000 Mailing-List: contact commits-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@qpid.apache.org Delivered-To: mailing list commits@qpid.apache.org Received: (qmail 69801 invoked by uid 99); 11 Aug 2017 16:01:08 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Aug 2017 16:01:08 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 8111BE964E; Fri, 11 Aug 2017 16:01:08 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: aconway@apache.org To: commits@qpid.apache.org Message-Id: <5074dfdeddc6417f8a8ce9bced4148ee@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: qpid-proton git commit: NO-JIRA: cpp: minor doc update for connection options Date: Fri, 11 Aug 2017 16:01:08 +0000 (UTC) archived-at: Fri, 11 Aug 2017 16:01:10 -0000 Repository: qpid-proton Updated Branches: refs/heads/master b4e1dd08f -> 31c16db12 NO-JIRA: cpp: minor doc update for connection options Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/31c16db1 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/31c16db1 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/31c16db1 Branch: refs/heads/master Commit: 31c16db1286fca5c37f0e0853fe4d65bc7e534bd Parents: b4e1dd0 Author: Alan Conway Authored: Fri Aug 11 12:00:46 2017 -0400 Committer: Alan Conway Committed: Fri Aug 11 12:00:46 2017 -0400 ---------------------------------------------------------------------- proton-c/bindings/cpp/include/proton/connection_options.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/31c16db1/proton-c/bindings/cpp/include/proton/connection_options.hpp ---------------------------------------------------------------------- diff --git a/proton-c/bindings/cpp/include/proton/connection_options.hpp b/proton-c/bindings/cpp/include/proton/connection_options.hpp index 9c7923e..2769a7e 100644 --- a/proton-c/bindings/cpp/include/proton/connection_options.hpp +++ b/proton-c/bindings/cpp/include/proton/connection_options.hpp @@ -108,10 +108,11 @@ class connection_options { /// This will override any user name that is specified in the url /// used for container::connect. /// It will be ignored if the connection is created by container::listen as - /// a listening connection has no user name. + /// a listening connection's identity is provided by the remote client. PN_CPP_EXTERN connection_options& user(const std::string& user); /// Set the password used to authenticate the connection + /// It will be ignored if the connection is created by container::listen. PN_CPP_EXTERN connection_options& password(const std::string& pass); /// @cond INTERNAL --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org For additional commands, e-mail: commits-help@qpid.apache.org