Return-Path: X-Original-To: apmail-ignite-issues-archive@minotaur.apache.org Delivered-To: apmail-ignite-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 85993183A3 for ; Wed, 30 Sep 2015 14:36:07 +0000 (UTC) Received: (qmail 27828 invoked by uid 500); 30 Sep 2015 14:36:04 -0000 Delivered-To: apmail-ignite-issues-archive@ignite.apache.org Received: (qmail 27658 invoked by uid 500); 30 Sep 2015 14:36:04 -0000 Mailing-List: contact issues-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 issues@ignite.apache.org Received: (qmail 27525 invoked by uid 99); 30 Sep 2015 14:36:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Sep 2015 14:36:04 +0000 Date: Wed, 30 Sep 2015 14:36:04 +0000 (UTC) From: "Igor Sapego (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (IGNITE-1588) CPP: Fix constructor of the IgniteJvmOption class MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/IGNITE-1588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Sapego updated IGNITE-1588: -------------------------------- Component/s: interop > CPP: Fix constructor of the IgniteJvmOption class > ------------------------------------------------- > > Key: IGNITE-1588 > URL: https://issues.apache.org/jira/browse/IGNITE-1588 > Project: Ignite > Issue Type: Task > Components: interop > Affects Versions: 1.1.4 > Reporter: Igor Sapego > Assignee: Igor Sapego > > Current implementation of the IgniteJvmOption class takes {{char*}} as argument, when it should take {{const char*}} and copy it. -- This message was sent by Atlassian JIRA (v6.3.4#6332)