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 64E05200BD0 for ; Wed, 30 Nov 2016 11:34:25 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 63703160B2E; Wed, 30 Nov 2016 10:34:25 +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 AB0F6160B28 for ; Wed, 30 Nov 2016 11:34:24 +0100 (CET) Received: (qmail 32489 invoked by uid 500); 30 Nov 2016 10:34:23 -0000 Mailing-List: contact commits-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list commits@ignite.apache.org Received: (qmail 32286 invoked by uid 99); 30 Nov 2016 10:34:23 -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; Wed, 30 Nov 2016 10:34:23 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 34386F17B7; Wed, 30 Nov 2016 10:34:23 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: av@apache.org To: commits@ignite.apache.org Date: Wed, 30 Nov 2016 10:34:30 -0000 Message-Id: <4096dc6cc28349bcb1a8367edbd98693@git.apache.org> In-Reply-To: <6b70e4bba12045ce9b349baaf31e3106@git.apache.org> References: <6b70e4bba12045ce9b349baaf31e3106@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [08/11] ignite git commit: IGNITE-4299: Fixes for examples. archived-at: Wed, 30 Nov 2016 10:34:25 -0000 IGNITE-4299: Fixes for examples. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/3e2ccfd3 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/3e2ccfd3 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/3e2ccfd3 Branch: refs/heads/ignite-4242 Commit: 3e2ccfd30427ba0552eea8667c0129ae5ace9c0b Parents: 56998e7 Author: Igor Sapego Authored: Fri Nov 25 14:26:54 2016 +0300 Committer: Igor Sapego Committed: Fri Nov 25 14:26:54 2016 +0300 ---------------------------------------------------------------------- .../platforms/cpp/examples/putget-example/src/putget_example.cpp | 2 +- modules/platforms/cpp/examples/query-example/src/query_example.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/3e2ccfd3/modules/platforms/cpp/examples/putget-example/src/putget_example.cpp ---------------------------------------------------------------------- diff --git a/modules/platforms/cpp/examples/putget-example/src/putget_example.cpp b/modules/platforms/cpp/examples/putget-example/src/putget_example.cpp index 0b57886..8bf9c8c 100644 --- a/modules/platforms/cpp/examples/putget-example/src/putget_example.cpp +++ b/modules/platforms/cpp/examples/putget-example/src/putget_example.cpp @@ -117,7 +117,7 @@ int main() } std::cout << std::endl; - std::cout << ">>> Example finished, press any key to exit ..." << std::endl; + std::cout << ">>> Example finished, press 'Enter' to exit ..." << std::endl; std::cout << std::endl; std::cin.get(); http://git-wip-us.apache.org/repos/asf/ignite/blob/3e2ccfd3/modules/platforms/cpp/examples/query-example/src/query_example.cpp ---------------------------------------------------------------------- diff --git a/modules/platforms/cpp/examples/query-example/src/query_example.cpp b/modules/platforms/cpp/examples/query-example/src/query_example.cpp index 9bf3e52..8c2ca0c 100644 --- a/modules/platforms/cpp/examples/query-example/src/query_example.cpp +++ b/modules/platforms/cpp/examples/query-example/src/query_example.cpp @@ -450,7 +450,7 @@ int main() } std::cout << std::endl; - std::cout << ">>> Example finished, press any key to exit ..." << std::endl; + std::cout << ">>> Example finished, press 'Enter' to exit ..." << std::endl; std::cout << std::endl; std::cin.get();