From 5f7356702aa6683407cd1a2ef6cf57a46a35794b Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Wed, 15 Nov 2017 14:51:13 +0200 Subject: Implemented Managed to unmanaged pattern using protobuf. UnitTest: Protobuf_TST.Call_CPP_And_Get_Result(); --- Software/Visual Studio/Tango.Protobuf/Compilers/JavaCompiler.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Software/Visual Studio/Tango.Protobuf/Compilers/JavaCompiler.cs') diff --git a/Software/Visual Studio/Tango.Protobuf/Compilers/JavaCompiler.cs b/Software/Visual Studio/Tango.Protobuf/Compilers/JavaCompiler.cs index 80d8961c3..55f0cf77f 100644 --- a/Software/Visual Studio/Tango.Protobuf/Compilers/JavaCompiler.cs +++ b/Software/Visual Studio/Tango.Protobuf/Compilers/JavaCompiler.cs @@ -4,7 +4,7 @@ using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; -using Tango.SharedUI.Helpers; +using Tango.Core.Helpers; using Tango.Logging; namespace Tango.Protobuf.Compilers -- cgit v1.3.1