X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fcsapi%2Ftizenfx.git;a=blobdiff_plain;f=src%2FTizen.NUI%2Fsrc%2Finternal%2FInterop%2FInterop.Degree.cs;h=0610c61c4f6fe032555466241eef5af5d58db9ce;hp=5597e03e0d1a8a955779700a2d80085fb2b70d45;hb=2e2d0feb1e8896e568230e308fed7fa5e4d1f23d;hpb=f578c01d831bf9b9ade02dc87391bd280cc3f596 diff --git a/src/Tizen.NUI/src/internal/Interop/Interop.Degree.cs b/src/Tizen.NUI/src/internal/Interop/Interop.Degree.cs index 5597e03..0610c61 100755 --- a/src/Tizen.NUI/src/internal/Interop/Interop.Degree.cs +++ b/src/Tizen.NUI/src/internal/Interop/Interop.Degree.cs @@ -8,29 +8,23 @@ namespace Tizen.NUI { internal static partial class Degree { - [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_new_Degree__SWIG_0")] public static extern global::System.IntPtr new_Degree__SWIG_0(); - [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_new_Degree__SWIG_1")] public static extern global::System.IntPtr new_Degree__SWIG_1(float jarg1); - [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_new_Degree__SWIG_2")] public static extern global::System.IntPtr new_Degree__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_Degree_degree_set")] public static extern void Degree_degree_set(global::System.Runtime.InteropServices.HandleRef jarg1, float jarg2); - [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_Degree_degree_get")] public static extern float Degree_degree_get(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_delete_Degree")] public static extern void delete_Degree(global::System.Runtime.InteropServices.HandleRef jarg1); } } -} +} \ No newline at end of file