copy dali-sharp into nui
[platform/core/csapi/tizenfx.git] / sharp / internal / TouchPointContainer.cs
old mode 100755 (executable)
new mode 100644 (file)
similarity index 98%
rename from src/Tizen.NUI/devel-src/TouchPointContainer.cs
rename to sharp/internal/TouchPointContainer.cs
index 5640472..fba575f
@@ -2,15 +2,15 @@
 // <auto-generated />
 //
 // This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.9
+// Version 3.0.10
 //
 // Do not make changes to this file unless you know what you are doing--modify
 // the SWIG interface file instead.
 //------------------------------------------------------------------------------
 
-namespace Tizen.NUI {
+namespace Dali {
 
-    internal class TouchPointContainer : global::System.IDisposable, global::System.Collections.IEnumerable
+public class TouchPointContainer : global::System.IDisposable, global::System.Collections.IEnumerable
     , global::System.Collections.Generic.IEnumerable<TouchPoint>
  {
   private global::System.Runtime.InteropServices.HandleRef swigCPtr;
@@ -30,7 +30,7 @@ namespace Tizen.NUI {
   }
 
   public virtual void Dispose() {
-    if (!Stage.IsInstalled()) {
+    if (!Window.IsInstalled()) {
       DisposeQueue.Instance.Add(this);
       return;
     }