Change access modifier of RealHandle in EvasObject 17/128617/1
authorpius.lee <pius.lee@samsung.com>
Wed, 10 May 2017 13:19:00 +0000 (22:19 +0900)
committerpius.lee <pius.lee@samsung.com>
Wed, 10 May 2017 13:22:36 +0000 (22:22 +0900)
Change it internal to protected.
Native Handle could be used for extended widget in future.

Change-Id: Ic968ddbd61e5b9be892a67c0082f718bfa65e251
Signed-off-by: pius.lee <pius.lee@samsung.com>
ElmSharp/ElmSharp/EvasObject.cs

index f885c0b..0b99f7f 100755 (executable)
@@ -28,7 +28,7 @@ namespace ElmSharp
         private IntPtr _realHandle = IntPtr.Zero;
         internal IntPtr Handle { get; set; }
         internal EvasObject Parent { get; set; }
-        internal IntPtr RealHandle
+        protected IntPtr RealHandle
         {
             get
             {