diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2017-11-15 14:51:13 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2017-11-15 14:51:13 +0200 |
| commit | 5f7356702aa6683407cd1a2ef6cf57a46a35794b (patch) | |
| tree | 94a15415b49d6881fb2cd6168270ae5d1bc681e4 /Software/Visual Studio/Tango.Protobuf/Compilers/JavaCompiler.cs | |
| parent | 382c28941990c2cbf99c2bb21ed4ec34d9ed28eb (diff) | |
| download | Tango-5f7356702aa6683407cd1a2ef6cf57a46a35794b.tar.gz Tango-5f7356702aa6683407cd1a2ef6cf57a46a35794b.zip | |
Implemented Managed to unmanaged pattern using protobuf.
UnitTest: Protobuf_TST.Call_CPP_And_Get_Result();
Diffstat (limited to 'Software/Visual Studio/Tango.Protobuf/Compilers/JavaCompiler.cs')
| -rw-r--r-- | Software/Visual Studio/Tango.Protobuf/Compilers/JavaCompiler.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
