diff options
author | UbitUmarov | 2017-01-05 19:32:57 +0000 |
---|---|---|
committer | UbitUmarov | 2017-01-05 19:32:57 +0000 |
commit | 254b26a7d51143d4e08229fa0b0fceabd76a41d0 (patch) | |
tree | 8ed65006e5dc04e69ceba67e31075a9e505e64f6 /OpenSim/Region/ScriptEngine/Shared/Helpers.cs | |
parent | Merge branch 'master' into httptests (diff) | |
parent | Massive tab and trailing space cleanup (diff) | |
download | opensim-SC-254b26a7d51143d4e08229fa0b0fceabd76a41d0.zip opensim-SC-254b26a7d51143d4e08229fa0b0fceabd76a41d0.tar.gz opensim-SC-254b26a7d51143d4e08229fa0b0fceabd76a41d0.tar.bz2 opensim-SC-254b26a7d51143d4e08229fa0b0fceabd76a41d0.tar.xz |
fix merge
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Helpers.cs')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Helpers.cs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Helpers.cs b/OpenSim/Region/ScriptEngine/Shared/Helpers.cs index 110fce6..7db6b6d 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Helpers.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Helpers.cs | |||
@@ -48,7 +48,7 @@ namespace OpenSim.Region.ScriptEngine.Shared | |||
48 | } | 48 | } |
49 | 49 | ||
50 | protected EventAbortException( | 50 | protected EventAbortException( |
51 | SerializationInfo info, | 51 | SerializationInfo info, |
52 | StreamingContext context) | 52 | StreamingContext context) |
53 | { | 53 | { |
54 | } | 54 | } |
@@ -62,7 +62,7 @@ namespace OpenSim.Region.ScriptEngine.Shared | |||
62 | } | 62 | } |
63 | 63 | ||
64 | protected SelfDeleteException( | 64 | protected SelfDeleteException( |
65 | SerializationInfo info, | 65 | SerializationInfo info, |
66 | StreamingContext context) | 66 | StreamingContext context) |
67 | { | 67 | { |
68 | } | 68 | } |
@@ -76,14 +76,14 @@ namespace OpenSim.Region.ScriptEngine.Shared | |||
76 | } | 76 | } |
77 | 77 | ||
78 | protected ScriptDeleteException( | 78 | protected ScriptDeleteException( |
79 | SerializationInfo info, | 79 | SerializationInfo info, |
80 | StreamingContext context) | 80 | StreamingContext context) |
81 | { | 81 | { |
82 | } | 82 | } |
83 | } | 83 | } |
84 | 84 | ||
85 | /// <summary> | 85 | /// <summary> |
86 | /// Used to signal when the script is stopping in co-operation with the script engine | 86 | /// Used to signal when the script is stopping in co-operation with the script engine |
87 | /// (instead of through Thread.Abort()). | 87 | /// (instead of through Thread.Abort()). |
88 | /// </summary> | 88 | /// </summary> |
89 | [Serializable] | 89 | [Serializable] |
@@ -94,7 +94,7 @@ namespace OpenSim.Region.ScriptEngine.Shared | |||
94 | } | 94 | } |
95 | 95 | ||
96 | protected ScriptCoopStopException( | 96 | protected ScriptCoopStopException( |
97 | SerializationInfo info, | 97 | SerializationInfo info, |
98 | StreamingContext context) | 98 | StreamingContext context) |
99 | { | 99 | { |
100 | } | 100 | } |