Separate C# classes into Internal and Public
[platform/core/uifw/dali-toolkit.git] / plugins / dali-sharp / sharp / internal / uintp.cs
index 8ce3bea..620e037 100644 (file)
@@ -10,7 +10,7 @@
 
 namespace Dali {
 
-public class uintp : global::System.IDisposable {
+internal class uintp : global::System.IDisposable {
   private global::System.Runtime.InteropServices.HandleRef swigCPtr;
   protected bool swigCMemOwn;
 
@@ -55,14 +55,14 @@ public class uintp : global::System.IDisposable {
     return ret;
   }
 
-  public SWIGTYPE_p_unsigned_int cast() {
+  internal SWIGTYPE_p_unsigned_int cast() {
     global::System.IntPtr cPtr = NDalicPINVOKE.uintp_cast(swigCPtr);
     SWIGTYPE_p_unsigned_int ret = (cPtr == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_unsigned_int(cPtr, false);
     if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
     return ret;
   }
 
-  public static uintp frompointer(SWIGTYPE_p_unsigned_int t) {
+  internal static uintp frompointer(SWIGTYPE_p_unsigned_int t) {
     global::System.IntPtr cPtr = NDalicPINVOKE.uintp_frompointer(SWIGTYPE_p_unsigned_int.getCPtr(t));
     uintp ret = (cPtr == global::System.IntPtr.Zero) ? null : new uintp(cPtr, false);
     if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();