diff options
Diffstat (limited to 'OpenSim/Region/ScriptEngine')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Implementation/AsyncCommandManager.cs | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/AsyncCommandManager.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/AsyncCommandManager.cs index 352e316..c71b571 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/AsyncCommandManager.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/AsyncCommandManager.cs | |||
@@ -377,23 +377,5 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api | |||
377 | } | 377 | } |
378 | } | 378 | } |
379 | } | 379 | } |
380 | |||
381 | #region Check llRemoteData channels | ||
382 | |||
383 | #endregion | ||
384 | |||
385 | #region Check llListeners | ||
386 | |||
387 | #endregion | ||
388 | |||
389 | /// <summary> | ||
390 | /// If set to true then threads and stuff should try to make a graceful exit | ||
391 | /// </summary> | ||
392 | public bool PleaseShutdown | ||
393 | { | ||
394 | get { return _PleaseShutdown; } | ||
395 | set { _PleaseShutdown = value; } | ||
396 | } | ||
397 | private bool _PleaseShutdown = false; | ||
398 | } | 380 | } |
399 | } | 381 | } \ No newline at end of file |