X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=plugins%2Fdali-sharp%2Fsharp%2Finternal%2Fushortp.cs;h=e0a34d4e391cdbeb4fbef59e9cb0765adc3ed103;hb=be285c96c24c22f863e411c7bfd752123789bfb2;hp=dcdc61532a550a0b0d746e728f6c787b81987d2e;hpb=24ea337df1049251ab2e47c556edc6e8458f9c93;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/plugins/dali-sharp/sharp/internal/ushortp.cs b/plugins/dali-sharp/sharp/internal/ushortp.cs index dcdc615..e0a34d4 100644 --- a/plugins/dali-sharp/sharp/internal/ushortp.cs +++ b/plugins/dali-sharp/sharp/internal/ushortp.cs @@ -10,7 +10,7 @@ namespace Dali { -public class ushortp : global::System.IDisposable { +internal class ushortp : global::System.IDisposable { private global::System.Runtime.InteropServices.HandleRef swigCPtr; protected bool swigCMemOwn; @@ -62,7 +62,7 @@ public class ushortp : global::System.IDisposable { return ret; } - public static ushortp frompointer(SWIGTYPE_p_unsigned_short t) { + internal static ushortp frompointer(SWIGTYPE_p_unsigned_short t) { global::System.IntPtr cPtr = NDalicPINVOKE.ushortp_frompointer(SWIGTYPE_p_unsigned_short.getCPtr(t)); ushortp ret = (cPtr == global::System.IntPtr.Zero) ? null : new ushortp(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();