You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by "Doug Service (JIRA)" <ji...@apache.org> on 2016/10/08 01:50:20 UTC

[jira] [Updated] (REEF-1635) Insert C# interface between managed C++ and current C#

     [ 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)