29 using System.Collections.Generic;
 
   30 using System.Runtime.Remoting.Lifetime;
 
   33 namespace OpenSim.Region.ScriptEngine.Shared.Api.Runtime
 
   37         private bool m_closed = 
false;
 
   42                 return lease.InitialLeaseTime;
 
   43             return TimeSpan.FromTicks(0);
 
   46         public void Close() { m_closed = 
true; }
 
   50         public static bool GCDummy = 
false;
 
Interactive OpenSim region server