From: dongsug.song Date: Wed, 14 Jun 2017 01:56:39 +0000 (+0900) Subject: [Tizen] keep important deprecated APIs for future 5 version releases X-Git-Tag: preview1-00180^2~246 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=de928b41db518011d7611d420a82df7a7feacbcb;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git [Tizen] keep important deprecated APIs for future 5 version releases Change-Id: If4df387b51df25c3cbc078394b57ff8d13d581e9 Signed-off-by: dongsug.song --- diff --git a/src/Tizen.NUI/Tizen.NUI.csproj b/src/Tizen.NUI/Tizen.NUI.csproj index 788010b..0fe8b84 100755 --- a/src/Tizen.NUI/Tizen.NUI.csproj +++ b/src/Tizen.NUI/Tizen.NUI.csproj @@ -1,4 +1,4 @@ - + 0.2.42 @@ -17,6 +17,8 @@ netstandard1.6 $(DefineConstants);DEBUG_ON;DOT_NET_CORE + False + TizenTVNUI.snk diff --git a/src/Tizen.NUI/TizenTVNUI.snk b/src/Tizen.NUI/TizenTVNUI.snk new file mode 100755 index 0000000..957e8d4 Binary files /dev/null and b/src/Tizen.NUI/TizenTVNUI.snk differ diff --git a/src/Tizen.NUI/src/internal/FriendAssembly.cs b/src/Tizen.NUI/src/internal/FriendAssembly.cs old mode 100644 new mode 100755 index 98b0db6..6ba2744 --- a/src/Tizen.NUI/src/internal/FriendAssembly.cs +++ b/src/Tizen.NUI/src/internal/FriendAssembly.cs @@ -22,8 +22,7 @@ using System.Runtime.CompilerServices; [assembly: InternalsVisibleTo("Tizen.NUI.Extension.Test, PublicKey=00240000048000009400000006020000002400005253413100040000010001004d7c7c03a196ecb8e7cc5056750e1f40ee2bbe99f0e53a07f2538f2b0f450bd731b9dca3706503a0378baca74a09cf3af6261b330c031f44817ab6ed64189460765a402279d3e0c1fa7295ae1dccb2e3ff329705fd85b58d66ae7cb7e95ba06e0d847c3e3ba918798f579e5caeb1c6149955e6baf24236eec46227a623e494b1")] [assembly: InternalsVisibleTo("Tizen.Multimedia, PublicKey=0024000004800000940000000602000000240000525341310004000001000100bd36a93b6d224759632d08a501b9dcb99a533e8ff0c3a1fc7044f5b05e176c005e5a7fc4d1dfa54da4d4cad4868c4518aa1f661380fb90685dc699d5e48dcc697b33c1e38b70845f405612d6827e7337c191ddd0a0aa35fdad654efe4c54881fdaa82ce35dce18ea918953e448c7aa284a47ed6fe3aa9404930b2b973a28cddf")] -//[assembly: InternalsVisibleTo("Tizen.TV.NUI, PublicKey=0024000004800000940000000602000000240000525341310004000001000100ed445c2a988d35b99e5766f42eef33d89d1f67225db051f011abcfce47a4788875c39750a2e5695f1ec117f41d96610419811762669f98131db30a6e64c6bb8fde3731f373f6cda4c0087d121f5108559f216dc015807dc46ec5a4d1b63f5deff64c01754a0db0dc849bc300672572cbd2697432ab6c193ebf9fade6bf0f2aad")] -//[assembly: InternalsVisibleTo("Tizen.TV.NUI.Component, PublicKey=0024000004800000940000000602000000240000525341310004000001000100ed445c2a988d35b99e5766f42eef33d89d1f67225db051f011abcfce47a4788875c39750a2e5695f1ec117f41d96610419811762669f98131db30a6e64c6bb8fde3731f373f6cda4c0087d121f5108559f216dc015807dc46ec5a4d1b63f5deff64c01754a0db0dc849bc300672572cbd2697432ab6c193ebf9fade6bf0f2aad")] +[assembly: InternalsVisibleTo("Tizen.TV.NUI, PublicKey=0024000004800000940000000602000000240000525341310004000001000100ed445c2a988d35b99e5766f42eef33d89d1f67225db051f011abcfce47a4788875c39750a2e5695f1ec117f41d96610419811762669f98131db30a6e64c6bb8fde3731f373f6cda4c0087d121f5108559f216dc015807dc46ec5a4d1b63f5deff64c01754a0db0dc849bc300672572cbd2697432ab6c193ebf9fade6bf0f2aad")] namespace Tizen.NUI { diff --git a/src/Tizen.NUI/src/internal/Size.cs b/src/Tizen.NUI/src/internal/Size.cs index 83cd23b..975badf 100755 --- a/src/Tizen.NUI/src/internal/Size.cs +++ b/src/Tizen.NUI/src/internal/Size.cs @@ -21,6 +21,9 @@ namespace Tizen.NUI /*********************************************************************************/ /*** will be removed/deprecated ***/ /*********************************************************************************/ + /// + /// will be changed as internal class in nui_0.2.50 + /// public class Size : global::System.IDisposable { private global::System.Runtime.InteropServices.HandleRef swigCPtr; diff --git a/src/Tizen.NUI/src/public/BaseComponents/View.cs b/src/Tizen.NUI/src/public/BaseComponents/View.cs index 3875e18..615ce4d 100755 --- a/src/Tizen.NUI/src/public/BaseComponents/View.cs +++ b/src/Tizen.NUI/src/public/BaseComponents/View.cs @@ -43,12 +43,12 @@ namespace Tizen.NUI.BaseComponents //you can override it to clean-up your own resources. protected override void Dispose(DisposeTypes type) { - if(disposed) + if (disposed) { return; } - if(type == DisposeTypes.Explicit) + if (type == DisposeTypes.Explicit) { //Called by User //Release your own managed resources here. @@ -227,9 +227,9 @@ namespace Tizen.NUI.BaseComponents Delegate[] delegateList = _keyEventHandler.GetInvocationList(); // Oring the result of each callback. - foreach ( EventHandlerWithReturnType del in delegateList ) + foreach (EventHandlerWithReturnType del in delegateList) { - result |= del( this, e ); + result |= del(this, e); } } @@ -1069,22 +1069,22 @@ namespace Tizen.NUI.BaseComponents } switch (temp) { - case 0: - { - return States.Normal; - } - case 1: - { - return States.Focused; - } - case 2: - { - return States.Disabled; - } - default: - { - return States.Normal; - } + case 0: + { + return States.Normal; + } + case 1: + { + return States.Focused; + } + case 2: + { + return States.Disabled; + } + default: + { + return States.Normal; + } } } set @@ -1124,26 +1124,26 @@ namespace Tizen.NUI.BaseComponents string valueToString = ""; switch (value) { - case States.Normal: - { - valueToString = "NORMAL"; - break; - } - case States.Focused: - { - valueToString = "FOCUSED"; - break; - } - case States.Disabled: - { - valueToString = "DISABLED"; - break; - } - default: - { - valueToString = "NORMAL"; - break; - } + case States.Normal: + { + valueToString = "NORMAL"; + break; + } + case States.Focused: + { + valueToString = "FOCUSED"; + break; + } + case States.Disabled: + { + valueToString = "DISABLED"; + break; + } + default: + { + valueToString = "NORMAL"; + break; + } } SetProperty(View.Property.SUB_STATE, new Tizen.NUI.PropertyValue(valueToString)); } @@ -1371,26 +1371,26 @@ namespace Tizen.NUI.BaseComponents string valueToString = ""; switch (value) { - case Tizen.NUI.HorizontalAlignmentType.Left: - { - valueToString = "left"; - break; - } - case Tizen.NUI.HorizontalAlignmentType.Center: - { - valueToString = "center"; - break; - } - case Tizen.NUI.HorizontalAlignmentType.Right: - { - valueToString = "right"; - break; - } - default: - { - valueToString = "left"; - break; - } + case Tizen.NUI.HorizontalAlignmentType.Left: + { + valueToString = "left"; + break; + } + case Tizen.NUI.HorizontalAlignmentType.Center: + { + valueToString = "center"; + break; + } + case Tizen.NUI.HorizontalAlignmentType.Right: + { + valueToString = "right"; + break; + } + default: + { + valueToString = "left"; + break; + } } SetProperty(TableView.ChildProperty.CELL_HORIZONTAL_ALIGNMENT, new Tizen.NUI.PropertyValue(valueToString)); } @@ -1428,26 +1428,26 @@ namespace Tizen.NUI.BaseComponents string valueToString = ""; switch (value) { - case Tizen.NUI.VerticalAlignmentType.Top: - { - valueToString = "top"; - break; - } - case Tizen.NUI.VerticalAlignmentType.Center: - { - valueToString = "center"; - break; - } - case Tizen.NUI.VerticalAlignmentType.Bottom: - { - valueToString = "bottom"; - break; - } - default: - { - valueToString = "top"; - break; - } + case Tizen.NUI.VerticalAlignmentType.Top: + { + valueToString = "top"; + break; + } + case Tizen.NUI.VerticalAlignmentType.Center: + { + valueToString = "center"; + break; + } + case Tizen.NUI.VerticalAlignmentType.Bottom: + { + valueToString = "bottom"; + break; + } + default: + { + valueToString = "top"; + break; + } } SetProperty(TableView.ChildProperty.CELL_VERTICAL_ALIGNMENT, new Tizen.NUI.PropertyValue(valueToString)); } @@ -2658,7 +2658,8 @@ namespace Tizen.NUI.BaseComponents return ret; } - internal ViewVisibilityChangedSignal VisibilityChangedSignal(View view) { + internal ViewVisibilityChangedSignal VisibilityChangedSignal(View view) + { ViewVisibilityChangedSignal ret = new ViewVisibilityChangedSignal(NDalicPINVOKE.VisibilityChangedSignal(View.getCPtr(view)), false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; @@ -3224,14 +3225,14 @@ namespace Tizen.NUI.BaseComponents } switch (temp) { - case "NORMAL": - return DrawModeType.Normal; - case "OVERLAY_2D": - return DrawModeType.Overlay2D; - case "STENCIL": - return DrawModeType.Stencil; - default: - return DrawModeType.Normal; + case "NORMAL": + return DrawModeType.Normal; + case "OVERLAY_2D": + return DrawModeType.Overlay2D; + case "STENCIL": + return DrawModeType.Stencil; + default: + return DrawModeType.Normal; } } set @@ -3520,12 +3521,12 @@ namespace Tizen.NUI.BaseComponents } switch (temp) { - case "DISABLED": - return ClippingModeType.Disabled; - case "CLIP_CHILDREN": - return ClippingModeType.ClipChildren; - default: - return ClippingModeType.Disabled; + case "DISABLED": + return ClippingModeType.Disabled; + case "CLIP_CHILDREN": + return ClippingModeType.ClipChildren; + default: + return ClippingModeType.Disabled; } } set @@ -3541,6 +3542,9 @@ namespace Tizen.NUI.BaseComponents /*********************************************************************************/ /*** will be removed/deprecated ***/ /*********************************************************************************/ + /// + /// will be deprecated at nui_0.2.50 + /// public event EventHandlerWithReturnType Touched { add @@ -3565,6 +3569,9 @@ namespace Tizen.NUI.BaseComponents } } + /// + /// will be deprecated at nui_0.2.50 + /// public event EventHandlerWithReturnType Hovered { add @@ -3588,7 +3595,10 @@ namespace Tizen.NUI.BaseComponents } } - } + } + /// + /// will be deprecated at nui_0.2.50 + /// public event EventHandlerWithReturnType WheelMoved { add @@ -3612,7 +3622,10 @@ namespace Tizen.NUI.BaseComponents } } - } + } + /// + /// will be deprecated at nui_0.2.50 + /// public Position AnchorPoint { get @@ -3626,7 +3639,9 @@ namespace Tizen.NUI.BaseComponents SetProperty(View.Property.ANCHOR_POINT, new Tizen.NUI.PropertyValue(value)); } } - + /// + /// will be deprecated at nui_0.2.50 + /// public Size Size { get @@ -3640,8 +3655,6 @@ namespace Tizen.NUI.BaseComponents SetProperty(View.Property.SIZE, new Tizen.NUI.PropertyValue(value)); } } - - /*********************************************************************************/ /*** will be removed/deprecated ***/ /*********************************************************************************/ diff --git a/src/Tizen.NUI/src/public/Layer.cs b/src/Tizen.NUI/src/public/Layer.cs index 4c48ab6..52ad9d7 100755 --- a/src/Tizen.NUI/src/public/Layer.cs +++ b/src/Tizen.NUI/src/public/Layer.cs @@ -37,12 +37,12 @@ namespace Tizen.NUI protected override void Dispose(DisposeTypes type) { - if(disposed) + if (disposed) { return; } - if(type == DisposeTypes.Explicit) + if (type == DisposeTypes.Explicit) { //Called by User //Release your own managed resources here. @@ -367,6 +367,36 @@ namespace Tizen.NUI throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } - } + } + + /// + /// Gets/Sets the Layer's name. + /// + public string Name + { + get + { + return GetName(); + } + set + { + SetName(value); + } + } + + internal string GetName() + { + string ret = NDalicPINVOKE.Actor_GetName(swigCPtr); + if (NDalicPINVOKE.SWIGPendingException.Pending) + throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + + internal void SetName(string name) + { + NDalicPINVOKE.Actor_SetName(swigCPtr, name); + if (NDalicPINVOKE.SWIGPendingException.Pending) + throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + } } } diff --git a/src/Tizen.NUI/src/public/Window.cs b/src/Tizen.NUI/src/public/Window.cs index f9490ef..43cb209 100755 --- a/src/Tizen.NUI/src/public/Window.cs +++ b/src/Tizen.NUI/src/public/Window.cs @@ -59,12 +59,12 @@ namespace Tizen.NUI /// protected override void Dispose(DisposeTypes type) { - if(disposed) + if (disposed) { return; } - if(type == DisposeTypes.Explicit) + if (type == DisposeTypes.Explicit) { //Called by User //Release your own managed resources here. @@ -94,14 +94,14 @@ namespace Tizen.NUI Window ret = new Window(NDalicPINVOKE.Stage_GetCurrent(), true); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; - } - - internal static bool IsInstalled() - { + } + + internal static bool IsInstalled() + { bool ret = NDalicPINVOKE.Stage_IsInstalled(); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } + return ret; + } /*********************************************************************************/ /*** will be removed/deprecated ***/ @@ -154,7 +154,8 @@ namespace Tizen.NUI /// Gets the count of supported auxiliary hints of the window. /// /// The number of supported auxiliary hints. - public uint GetSupportedAuxiliaryHintCount() { + public uint GetSupportedAuxiliaryHintCount() + { uint ret = NDalicPINVOKE.GetSupportedAuxiliaryHintCount(swigCPtr); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; @@ -165,7 +166,8 @@ namespace Tizen.NUI /// /// The index of the supported auxiliary hint lists. /// The auxiliary hint string of the index. - public string GetSupportedAuxiliaryHint(uint index) { + public string GetSupportedAuxiliaryHint(uint index) + { string ret = NDalicPINVOKE.GetSupportedAuxiliaryHint(swigCPtr, index); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; @@ -177,7 +179,8 @@ namespace Tizen.NUI /// The auxiliary hint string. /// The value string. /// The ID of created auxiliary hint, or 0 on failure. - public uint AddAuxiliaryHint(string hint, string value) { + public uint AddAuxiliaryHint(string hint, string value) + { uint ret = NDalicPINVOKE.AddAuxiliaryHint(swigCPtr, hint, value); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; @@ -188,7 +191,8 @@ namespace Tizen.NUI /// /// The ID of the auxiliary hint. /// True if no error occurred, false otherwise. - public bool RemoveAuxiliaryHint(uint id) { + public bool RemoveAuxiliaryHint(uint id) + { bool ret = NDalicPINVOKE.RemoveAuxiliaryHint(swigCPtr, id); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; @@ -200,7 +204,8 @@ namespace Tizen.NUI /// The auxiliary hint ID. /// The value string to be set. /// True if no error occurred, false otherwise. - public bool SetAuxiliaryHintValue(uint id, string value) { + public bool SetAuxiliaryHintValue(uint id, string value) + { bool ret = NDalicPINVOKE.SetAuxiliaryHintValue(swigCPtr, id, value); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; @@ -211,7 +216,8 @@ namespace Tizen.NUI /// /// The auxiliary hint ID. /// The string value of the auxiliary hint ID, or an empty string if none exists. - public string GetAuxiliaryHintValue(uint id) { + public string GetAuxiliaryHintValue(uint id) + { string ret = NDalicPINVOKE.GetAuxiliaryHintValue(swigCPtr, id); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; @@ -222,7 +228,8 @@ namespace Tizen.NUI /// /// The auxiliary hint string. /// The ID of auxiliary hint string, or 0 on failure. - public uint GetAuxiliaryHintId(string hint) { + public uint GetAuxiliaryHintId(string hint) + { uint ret = NDalicPINVOKE.GetAuxiliaryHintId(swigCPtr, hint); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; @@ -232,7 +239,8 @@ namespace Tizen.NUI /// Sets a region to accept input events. /// /// The region to accept input events. - public void SetInputRegion(Rectangle inputRegion) { + public void SetInputRegion(Rectangle inputRegion) + { NDalicPINVOKE.SetInputRegion(swigCPtr, Rectangle.getCPtr(inputRegion)); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); } @@ -260,7 +268,8 @@ namespace Tizen.NUI /// /// The notification window level. /// True if no error occurred, false otherwise. - public bool SetNotificationLevel(NotificationLevel level) { + public bool SetNotificationLevel(NotificationLevel level) + { bool ret = NDalicPINVOKE.SetNotificationLevel(swigCPtr, (int)level); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; @@ -270,7 +279,8 @@ namespace Tizen.NUI /// Gets a priority level for the specified notification window. /// /// The notification window level. - public NotificationLevel GetNotificationLevel() { + public NotificationLevel GetNotificationLevel() + { NotificationLevel ret = (NotificationLevel)NDalicPINVOKE.GetNotificationLevel(swigCPtr); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; @@ -280,7 +290,8 @@ namespace Tizen.NUI /// Sets a transparent window's visual state to opaque. /// /// Whether the window's visual state is opaque. - public void SetOpaqueState(bool opaque) { + public void SetOpaqueState(bool opaque) + { NDalicPINVOKE.SetOpaqueState(swigCPtr, opaque); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); } @@ -289,7 +300,8 @@ namespace Tizen.NUI /// Returns whether a transparent window's visual state is opaque or not. /// /// True if the window's visual state is opaque, false otherwise. - public bool IsOpaqueState() { + public bool IsOpaqueState() + { bool ret = NDalicPINVOKE.IsOpaqueState(swigCPtr); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; @@ -300,7 +312,8 @@ namespace Tizen.NUI /// /// The screen mode. /// True if no error occurred, false otherwise. - public bool SetScreenMode(ScreenMode screenMode) { + public bool SetScreenMode(ScreenMode screenMode) + { bool ret = NDalicPINVOKE.SetScreenMode(swigCPtr, (int)screenMode); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; @@ -310,7 +323,8 @@ namespace Tizen.NUI /// Gets a screen mode of the window. /// /// The screen mode. - public ScreenMode GetScreenMode() { + public ScreenMode GetScreenMode() + { ScreenMode ret = (ScreenMode)NDalicPINVOKE.GetScreenMode(swigCPtr); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; @@ -321,7 +335,8 @@ namespace Tizen.NUI /// /// The preferred brightness (0 to 100). /// True if no error occurred, false otherwise. - public bool SetBrightness(int brightness) { + public bool SetBrightness(int brightness) + { bool ret = NDalicPINVOKE.SetBrightness(swigCPtr, brightness); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; @@ -331,7 +346,8 @@ namespace Tizen.NUI /// Gets preffered brightness of the window. /// /// The preffered brightness. - public int GetBrightness() { + public int GetBrightness() + { int ret = NDalicPINVOKE.GetBrightness(swigCPtr); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; @@ -1221,6 +1237,99 @@ namespace Tizen.NUI { return GetLayerCount(); } - } + } + + + /*********************************************************************************/ + /*** will be removed/deprecated ***/ + /*********************************************************************************/ + /// + /// will be deprecated at nui_0.2.50 + /// + public event EventHandler TouchEvent + { + add + { + lock (this) + { + _stageTouchHandler += value; + _stageTouchCallbackDelegate = OnStageTouch; + this.TouchSignal().Connect(_stageTouchCallbackDelegate); + } + } + remove + { + lock (this) + { + if (_stageTouchHandler != null) + { + this.TouchSignal().Disconnect(_stageTouchCallbackDelegate); + } + _stageTouchHandler -= value; + } + } + } + /// + /// will be deprecated at nui_0.2.50 + /// + public event EventHandler WheelEvent + { + add + { + if (_stageWheelHandler == null) + { + _stageWheelCallbackDelegate = OnStageWheel; + WheelEventSignal().Connect(_stageWheelCallbackDelegate); + } + _stageWheelHandler += value; + } + remove + { + _stageWheelHandler -= value; + if (_stageWheelHandler == null && WheelEventSignal().Empty() == false) + { + WheelEventSignal().Disconnect(_stageWheelCallbackDelegate); + } + } + } + /// + /// will be deprecated at nui_0.2.50 + /// + public event EventHandler KeyEvent + { + add + { + if (_stageKeyHandler == null) + { + _stageKeyCallbackDelegate = OnStageKey; + KeyEventSignal().Connect(_stageKeyCallbackDelegate); + } + _stageKeyHandler += value; + } + remove + { + _stageKeyHandler -= value; + if (_stageKeyHandler == null && KeyEventSignal().Empty() == false) + { + KeyEventSignal().Disconnect(_stageKeyCallbackDelegate); + } + } + } + + /// + /// will be deprecated at nui_0.2.50 + /// + /// + public void AddLayer(Layer layer) + { + NDalicPINVOKE.Stage_Add(stageCPtr, Layer.getCPtr(layer)); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + } + + /*********************************************************************************/ + /*** will be removed/deprecated ***/ + /*********************************************************************************/ + + } }