mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
Revert "Implement co-operative script termination if termination comes during a script wait event (llSleep(), etc.)"
Doing this as a favour to Melanie. This will be back with passing the wait handles directly to the api.
This reverts commit 1b5c41c14a.
This commit is contained in:
@@ -81,24 +81,6 @@ namespace OpenSim.Region.ScriptEngine.Shared
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Used to signal when the script is stopping in co-operation with the script engine
|
||||
/// (instead of through Thread.Abort()).
|
||||
/// </summary>
|
||||
[Serializable]
|
||||
public class ScriptCoopStopException : Exception
|
||||
{
|
||||
public ScriptCoopStopException()
|
||||
{
|
||||
}
|
||||
|
||||
protected ScriptCoopStopException(
|
||||
SerializationInfo info,
|
||||
StreamingContext context)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
public class DetectParams
|
||||
{
|
||||
public const int AGENT = 1;
|
||||
|
||||
Reference in New Issue
Block a user