diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Environment/Modules/Grid/Interregion/IInterregionModule.cs | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/OpenSim/Region/Environment/Modules/Grid/Interregion/IInterregionModule.cs b/OpenSim/Region/Environment/Modules/Grid/Interregion/IInterregionModule.cs index ac4062b..95d22f0 100644 --- a/OpenSim/Region/Environment/Modules/Grid/Interregion/IInterregionModule.cs +++ b/OpenSim/Region/Environment/Modules/Grid/Interregion/IInterregionModule.cs | |||
@@ -1,16 +1,16 @@ | |||
1 | using OpenSim.Framework; | 1 | using OpenSim.Framework; |
2 | using OpenSim.Region.Environment.Modules.Communications.Interregion; | 2 | using OpenSim.Region.Environment.Modules.Communications.Interregion; |
3 | using OpenSim.Region.Environment.Scenes; | 3 | using OpenSim.Region.Environment.Scenes; |
4 | 4 | ||
5 | namespace OpenSim.Region.Environment.Modules.Grid.Interregion | 5 | namespace OpenSim.Region.Environment.Modules.Grid.Interregion |
6 | { | 6 | { |
7 | public interface IInterregionModule | 7 | public interface IInterregionModule |
8 | { | 8 | { |
9 | void RegisterMethod<T>(T e); | 9 | void RegisterMethod<T>(T e); |
10 | bool HasInterface<T>(Location loc); | 10 | bool HasInterface<T>(Location loc); |
11 | T RequestInterface<T>(Location loc); | 11 | T RequestInterface<T>(Location loc); |
12 | T[] RequestInterface<T>(); | 12 | T[] RequestInterface<T>(); |
13 | Location GetLocationByDirection(Scene scene, InterregionModule.Direction dir); | 13 | Location GetLocationByDirection(Scene scene, InterregionModule.Direction dir); |
14 | void internal_CreateRemotingObjects(); | 14 | void internal_CreateRemotingObjects(); |
15 | } | 15 | } |
16 | } \ No newline at end of file | 16 | } \ No newline at end of file |