From: dongsug.song Date: Wed, 21 Jun 2017 01:41:30 +0000 (+0900) Subject: Revert "[Tizen] keep important ..." X-Git-Tag: accepted/tizen/unified/20170630.083250~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ab12a8f5394fe476f7bf9fd2dfb2a2e9c2311171;p=platform%2Fcore%2Fcsapi%2Fnui.git Revert "[Tizen] keep important ..." - Revert "[Tizen] keep important deprecated APIs for future 5 version releases" This reverts commit f63d2ad1c1df61df40e14e7e30ee010812f44bdd. Change-Id: I35c8d966f9c556a04ddd5ead8afd6660c432ac98 --- diff --git a/Tizen.NUI/Tizen.NUI.csproj b/Tizen.NUI/Tizen.NUI.csproj index 0fe8b84..788010b 100755 --- a/Tizen.NUI/Tizen.NUI.csproj +++ b/Tizen.NUI/Tizen.NUI.csproj @@ -1,4 +1,4 @@ - + 0.2.42 @@ -17,8 +17,6 @@ netstandard1.6 $(DefineConstants);DEBUG_ON;DOT_NET_CORE - False - TizenTVNUI.snk diff --git a/Tizen.NUI/TizenTVNUI.snk b/Tizen.NUI/TizenTVNUI.snk deleted file mode 100755 index 957e8d4..0000000 Binary files a/Tizen.NUI/TizenTVNUI.snk and /dev/null differ diff --git a/Tizen.NUI/src/internal/FriendAssembly.cs b/Tizen.NUI/src/internal/FriendAssembly.cs old mode 100755 new mode 100644 index 6ba2744..98b0db6 --- a/Tizen.NUI/src/internal/FriendAssembly.cs +++ b/Tizen.NUI/src/internal/FriendAssembly.cs @@ -22,7 +22,8 @@ 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, PublicKey=0024000004800000940000000602000000240000525341310004000001000100ed445c2a988d35b99e5766f42eef33d89d1f67225db051f011abcfce47a4788875c39750a2e5695f1ec117f41d96610419811762669f98131db30a6e64c6bb8fde3731f373f6cda4c0087d121f5108559f216dc015807dc46ec5a4d1b63f5deff64c01754a0db0dc849bc300672572cbd2697432ab6c193ebf9fade6bf0f2aad")] +//[assembly: InternalsVisibleTo("Tizen.TV.NUI.Component, PublicKey=0024000004800000940000000602000000240000525341310004000001000100ed445c2a988d35b99e5766f42eef33d89d1f67225db051f011abcfce47a4788875c39750a2e5695f1ec117f41d96610419811762669f98131db30a6e64c6bb8fde3731f373f6cda4c0087d121f5108559f216dc015807dc46ec5a4d1b63f5deff64c01754a0db0dc849bc300672572cbd2697432ab6c193ebf9fade6bf0f2aad")] namespace Tizen.NUI { diff --git a/Tizen.NUI/src/internal/Size.cs b/Tizen.NUI/src/internal/Size.cs index 975badf..83cd23b 100755 --- a/Tizen.NUI/src/internal/Size.cs +++ b/Tizen.NUI/src/internal/Size.cs @@ -21,9 +21,6 @@ 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/Tizen.NUI/src/public/BaseComponents/View.cs b/Tizen.NUI/src/public/BaseComponents/View.cs index 615ce4d..3875e18 100755 --- a/Tizen.NUI/src/public/BaseComponents/View.cs +++ b/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,8 +2658,7 @@ 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; @@ -3225,14 +3224,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 @@ -3521,12 +3520,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 @@ -3542,9 +3541,6 @@ namespace Tizen.NUI.BaseComponents /*********************************************************************************/ /*** will be removed/deprecated ***/ /*********************************************************************************/ - /// - /// will be deprecated at nui_0.2.50 - /// public event EventHandlerWithReturnType Touched { add @@ -3569,9 +3565,6 @@ namespace Tizen.NUI.BaseComponents } } - /// - /// will be deprecated at nui_0.2.50 - /// public event EventHandlerWithReturnType Hovered { add @@ -3595,10 +3588,7 @@ namespace Tizen.NUI.BaseComponents } } - } - /// - /// will be deprecated at nui_0.2.50 - /// + } public event EventHandlerWithReturnType WheelMoved { add @@ -3622,10 +3612,7 @@ namespace Tizen.NUI.BaseComponents } } - } - /// - /// will be deprecated at nui_0.2.50 - /// + } public Position AnchorPoint { get @@ -3639,9 +3626,7 @@ 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 @@ -3655,6 +3640,8 @@ namespace Tizen.NUI.BaseComponents SetProperty(View.Property.SIZE, new Tizen.NUI.PropertyValue(value)); } } + + /*********************************************************************************/ /*** will be removed/deprecated ***/ /*********************************************************************************/ diff --git a/Tizen.NUI/src/public/Layer.cs b/Tizen.NUI/src/public/Layer.cs index 52ad9d7..4c48ab6 100755 --- a/Tizen.NUI/src/public/Layer.cs +++ b/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,36 +367,6 @@ 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/Tizen.NUI/src/public/Window.cs b/Tizen.NUI/src/public/Window.cs index 43cb209..f9490ef 100755 --- a/Tizen.NUI/src/public/Window.cs +++ b/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,8 +154,7 @@ 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; @@ -166,8 +165,7 @@ 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; @@ -179,8 +177,7 @@ 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; @@ -191,8 +188,7 @@ 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; @@ -204,8 +200,7 @@ 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; @@ -216,8 +211,7 @@ 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; @@ -228,8 +222,7 @@ 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; @@ -239,8 +232,7 @@ 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(); } @@ -268,8 +260,7 @@ 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; @@ -279,8 +270,7 @@ 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; @@ -290,8 +280,7 @@ 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(); } @@ -300,8 +289,7 @@ 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; @@ -312,8 +300,7 @@ 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; @@ -323,8 +310,7 @@ 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; @@ -335,8 +321,7 @@ 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; @@ -346,8 +331,7 @@ 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; @@ -1237,99 +1221,6 @@ 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 ***/ - /*********************************************************************************/ - - + } } }