X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=plugins%2Fdali-sharp%2Fsharp%2Finternal%2FCustomActorImpl.cs;h=a06a8a1129b610eddbb2fc0b210dd7745e9d2268;hp=209eaaa9bc7b94fe5f6f7b1008e3b1dcb6595fb7;hb=b904b864bc3875b6cb0bdfa2ad430d094c140205;hpb=24ea337df1049251ab2e47c556edc6e8458f9c93 diff --git a/plugins/dali-sharp/sharp/internal/CustomActorImpl.cs b/plugins/dali-sharp/sharp/internal/CustomActorImpl.cs index 209eaaa..a06a8a1 100644 --- a/plugins/dali-sharp/sharp/internal/CustomActorImpl.cs +++ b/plugins/dali-sharp/sharp/internal/CustomActorImpl.cs @@ -10,7 +10,7 @@ namespace Dali { -public class CustomActorImpl : RefObject { +internal class CustomActorImpl : RefObject { private global::System.Runtime.InteropServices.HandleRef swigCPtr; internal CustomActorImpl(global::System.IntPtr cPtr, bool cMemoryOwn) : base(NDalicPINVOKE.CustomActorImpl_SWIGUpcast(cPtr), cMemoryOwn) { @@ -35,7 +35,7 @@ public class CustomActorImpl : RefObject { } } - public CustomActor Self() { + internal CustomActor Self() { CustomActor ret = new CustomActor(NDalicPINVOKE.CustomActorImpl_Self(swigCPtr), true); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; @@ -76,7 +76,7 @@ public class CustomActorImpl : RefObject { if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); } - public virtual bool OnTouchEvent(SWIGTYPE_p_Dali__TouchEvent arg0) { + internal virtual bool OnTouchEvent(SWIGTYPE_p_Dali__TouchEvent arg0) { bool ret = NDalicPINVOKE.CustomActorImpl_OnTouchEvent(swigCPtr, SWIGTYPE_p_Dali__TouchEvent.getCPtr(arg0)); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret;