mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
Update svn properties. Minor formatting cleanup.
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
using OpenSim.Framework;
|
||||
using OpenSim.Region.Environment.Modules.Communications.Interregion;
|
||||
using OpenSim.Region.Environment.Scenes;
|
||||
|
||||
namespace OpenSim.Region.Environment.Modules.Grid.Interregion
|
||||
{
|
||||
public interface IInterregionModule
|
||||
{
|
||||
void RegisterMethod<T>(T e);
|
||||
bool HasInterface<T>(Location loc);
|
||||
T RequestInterface<T>(Location loc);
|
||||
T[] RequestInterface<T>();
|
||||
Location GetLocationByDirection(Scene scene, InterregionModule.Direction dir);
|
||||
void internal_CreateRemotingObjects();
|
||||
}
|
||||
using OpenSim.Framework;
|
||||
using OpenSim.Region.Environment.Modules.Communications.Interregion;
|
||||
using OpenSim.Region.Environment.Scenes;
|
||||
|
||||
namespace OpenSim.Region.Environment.Modules.Grid.Interregion
|
||||
{
|
||||
public interface IInterregionModule
|
||||
{
|
||||
void RegisterMethod<T>(T e);
|
||||
bool HasInterface<T>(Location loc);
|
||||
T RequestInterface<T>(Location loc);
|
||||
T[] RequestInterface<T>();
|
||||
Location GetLocationByDirection(Scene scene, InterregionModule.Direction dir);
|
||||
void internal_CreateRemotingObjects();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user