diff options
author | Jeff Ames | 2009-04-01 14:50:18 +0000 |
---|---|---|
committer | Jeff Ames | 2009-04-01 14:50:18 +0000 |
commit | 99cfcf405b6da42dac29d60141685e3852f41836 (patch) | |
tree | 2c91a2445af2256dc7927df18e7d2126aaa972fb /OpenSim/Region/OptionalModules/Scripting/Minimodule/IObjectAccessor.cs | |
parent | Add a "user" config option to the IRC module config. Like all other IRC (diff) | |
download | opensim-SC-99cfcf405b6da42dac29d60141685e3852f41836.zip opensim-SC-99cfcf405b6da42dac29d60141685e3852f41836.tar.gz opensim-SC-99cfcf405b6da42dac29d60141685e3852f41836.tar.bz2 opensim-SC-99cfcf405b6da42dac29d60141685e3852f41836.tar.xz |
Update svn properties.
Diffstat (limited to 'OpenSim/Region/OptionalModules/Scripting/Minimodule/IObjectAccessor.cs')
-rw-r--r-- | OpenSim/Region/OptionalModules/Scripting/Minimodule/IObjectAccessor.cs | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/OpenSim/Region/OptionalModules/Scripting/Minimodule/IObjectAccessor.cs b/OpenSim/Region/OptionalModules/Scripting/Minimodule/IObjectAccessor.cs index feddf67..9ad042e 100644 --- a/OpenSim/Region/OptionalModules/Scripting/Minimodule/IObjectAccessor.cs +++ b/OpenSim/Region/OptionalModules/Scripting/Minimodule/IObjectAccessor.cs | |||
@@ -1,12 +1,12 @@ | |||
1 | using System.Collections.Generic; | 1 | using System.Collections.Generic; |
2 | using OpenMetaverse; | 2 | using OpenMetaverse; |
3 | 3 | ||
4 | namespace OpenSim.Region.OptionalModules.Scripting.Minimodule | 4 | namespace OpenSim.Region.OptionalModules.Scripting.Minimodule |
5 | { | 5 | { |
6 | public interface IObjectAccessor : ICollection<IObject> | 6 | public interface IObjectAccessor : ICollection<IObject> |
7 | { | 7 | { |
8 | IObject this[int index] { get; } | 8 | IObject this[int index] { get; } |
9 | IObject this[uint index] { get; } | 9 | IObject this[uint index] { get; } |
10 | IObject this[UUID index] { get; } | 10 | IObject this[UUID index] { get; } |
11 | } | 11 | } |
12 | } \ No newline at end of file | 12 | } \ No newline at end of file |