move back VisualFactory to public
authordongsug.song <dongsug.song@samsung.com>
Thu, 23 Mar 2017 13:18:51 +0000 (22:18 +0900)
committerdongsug.song <dongsug.song@samsung.com>
Thu, 23 Mar 2017 13:18:51 +0000 (22:18 +0900)
Change-Id: Iac982f92dbfdafb6bcc1a9014609998be215aa7c
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
src/Tizen.NUI/Tizen.NUI.csproj
src/Tizen.NUI/src/public/VisualFactory.cs [moved from src/Tizen.NUI/src/internal/VisualFactory.cs with 99% similarity]

index 53d75f2..a4c0e50 100755 (executable)
     <Compile Include="src\public\VideoView.cs" />\r
     <Compile Include="src\public\View.cs" />\r
     <Compile Include="src\public\VisualBase.cs" />\r
-    <Compile Include="src\internal\VisualFactory.cs" />\r
+    <Compile Include="src\public\VisualFactory.cs" />\r
     <Compile Include="src\public\Wheel.cs" />\r
     <Compile Include="src\public\Window.cs" />\r
   </ItemGroup>\r
similarity index 99%
rename from src/Tizen.NUI/src/internal/VisualFactory.cs
rename to src/Tizen.NUI/src/public/VisualFactory.cs
index 5eae888..1ca74fb 100755 (executable)
@@ -14,7 +14,7 @@ namespace Tizen.NUI
     /// <summary>
     /// VisualFactory is a singleton object that provides and shares visuals between views
     /// </summary>
-    internal class VisualFactory : BaseHandle
+    public class VisualFactory : BaseHandle
     {
         private global::System.Runtime.InteropServices.HandleRef swigCPtr;