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 1480B200BAB for ; Sat, 8 Oct 2016 03:50:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 130FE160AE9; Sat, 8 Oct 2016 01:50:22 +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 58DF0160AE8 for ; Sat, 8 Oct 2016 03:50:21 +0200 (CEST) Received: (qmail 42207 invoked by uid 500); 8 Oct 2016 01:50:20 -0000 Mailing-List: contact dev-help@reef.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@reef.apache.org Delivered-To: mailing list dev@reef.apache.org Received: (qmail 42196 invoked by uid 99); 8 Oct 2016 01:50:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Oct 2016 01:50:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 6C86D2C0086 for ; Sat, 8 Oct 2016 01:50:20 +0000 (UTC) Date: Sat, 8 Oct 2016 01:50:20 +0000 (UTC) From: "Doug Service (JIRA)" To: dev@reef.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (REEF-1635) Insert C# interface between managed C++ and current C# MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sat, 08 Oct 2016 01:50:22 -0000 [ https://issues.apache.org/jira/browse/REEF-1635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Service updated REEF-1635: ------------------------------- Description: This task inserts a layer between current manged C++ interface and C# code and will reside in a new project named Org.Apache.REEF.Bridge.clr. The classes will have the same namespaces and names as the current managed C++ classes. The current managed C++ classes will be pushed down in the namespace hierarchy with an Impl namespace added to the innermost namespace. The new C# classes in Org.Apache.REEF.Bridge.clr will then become the managed interface to the bridge and will call the Impl classes in the managed C++ layer. (was: The task inserts a layer between current manged C++ interface and C# code. The new layer will then be changed to call directly into C++ in another task.) > Insert C# interface between managed C++ and current C# > ------------------------------------------------------ > > Key: REEF-1635 > URL: https://issues.apache.org/jira/browse/REEF-1635 > Project: REEF > Issue Type: Sub-task > Components: REEF Driver > Reporter: Doug Service > Assignee: Doug Service > > This task inserts a layer between current manged C++ interface and C# code and will reside in a new project named Org.Apache.REEF.Bridge.clr. The classes will have the same namespaces and names as the current managed C++ classes. The current managed C++ classes will be pushed down in the namespace hierarchy with an Impl namespace added to the innermost namespace. The new C# classes in Org.Apache.REEF.Bridge.clr will then become the managed interface to the bridge and will call the Impl classes in the managed C++ layer. -- This message was sent by Atlassian JIRA (v6.3.4#6332)