X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=src%2FTizen.NUI%2Fsrc%2Finternal%2FInterop%2FInterop.VectorBase.cs;h=fad9460e6701de377e7b33b777771bb79db4a5f5;hb=2e2d0feb1e8896e568230e308fed7fa5e4d1f23d;hp=01a73ec32e6cfe8aea7316787af59ba28078a44a;hpb=f578c01d831bf9b9ade02dc87391bd280cc3f596;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git diff --git a/src/Tizen.NUI/src/internal/Interop/Interop.VectorBase.cs b/src/Tizen.NUI/src/internal/Interop/Interop.VectorBase.cs index 01a73ec..fad9460 100755 --- a/src/Tizen.NUI/src/internal/Interop/Interop.VectorBase.cs +++ b/src/Tizen.NUI/src/internal/Interop/Interop.VectorBase.cs @@ -11,24 +11,17 @@ namespace Tizen.NUI [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_VectorBase_Count")] public static extern uint VectorBase_Count(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_VectorBase_Size")] public static extern uint VectorBase_Size(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_VectorBase_Empty")] public static extern bool VectorBase_Empty(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_VectorBase_Capacity")] public static extern uint VectorBase_Capacity(global::System.Runtime.InteropServices.HandleRef jarg1); - [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_VectorBase_Release")] public static extern void VectorBase_Release(global::System.Runtime.InteropServices.HandleRef jarg1); - - - } } -} +} \ No newline at end of file