Update svn properties.

This commit is contained in:
Jeff Ames
2009-04-01 14:50:18 +00:00
parent a1fe54baa0
commit 99cfcf405b
8 changed files with 615 additions and 615 deletions

View File

@@ -1,12 +1,12 @@
using System.Collections.Generic;
using OpenMetaverse;
namespace OpenSim.Region.OptionalModules.Scripting.Minimodule
{
public interface IObjectAccessor : ICollection<IObject>
{
IObject this[int index] { get; }
IObject this[uint index] { get; }
IObject this[UUID index] { get; }
}
using System.Collections.Generic;
using OpenMetaverse;
namespace OpenSim.Region.OptionalModules.Scripting.Minimodule
{
public interface IObjectAccessor : ICollection<IObject>
{
IObject this[int index] { get; }
IObject this[uint index] { get; }
IObject this[UUID index] { get; }
}
}