mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
Remove old IInterRegionComms and references. This hasn't been used since 2009 and was superseded by ISimulationService
This commit is contained in:
@@ -174,7 +174,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Simulation
|
||||
|
||||
#endregion
|
||||
|
||||
#region ISimulation
|
||||
#region ISimulationService
|
||||
|
||||
public IScene GetScene(UUID regionId)
|
||||
{
|
||||
@@ -353,7 +353,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Simulation
|
||||
return false;
|
||||
}
|
||||
|
||||
#endregion /* IInterregionComms */
|
||||
#endregion
|
||||
|
||||
#region Misc
|
||||
|
||||
|
||||
@@ -146,7 +146,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Simulation
|
||||
|
||||
#endregion
|
||||
|
||||
#region IInterregionComms
|
||||
#region ISimulationService
|
||||
|
||||
public IScene GetScene(UUID regionId)
|
||||
{
|
||||
@@ -279,6 +279,6 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Simulation
|
||||
return false;
|
||||
}
|
||||
|
||||
#endregion /* IInterregionComms */
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user