ScriptSponsor and LSL_Api are now MarshalByRefObject

This commit is contained in:
Tedd Hansen
2008-11-26 14:23:46 +00:00
parent e2b6ad4d5f
commit 1767100316
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ using System.Text;
namespace OpenSim.Region.ScriptEngine.Shared.Api.Runtime
{
[Serializable]
public class ScriptSponsor: ISponsor
public class ScriptSponsor : MarshalByRefObject, ISponsor
{
// In theory: I execute, therefore I am.
// If GC collects this class then sponsorship will expire