Get the local inner simulation service object to the handler so that there is no possibility of cascading requests when failures happen.

This commit is contained in:
Diva Canto
2010-03-15 20:32:36 -07:00
parent 76106e39d9
commit 45ef3e9987
5 changed files with 17 additions and 0 deletions

View File

@@ -63,6 +63,11 @@ namespace OpenSim.Services.Connectors.Simulation
return null;
}
public ISimulationService GetInnerService()
{
return null;
}
#region Agents
protected virtual string AgentPath()