mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
Renamed sandBoxManager to LocalBackEndServices
This commit is contained in:
@@ -8,9 +8,9 @@ namespace OpenGrid.Framework.Communications
|
||||
{
|
||||
public class InterSimsCommsLocal : InterSimsCommsBase
|
||||
{
|
||||
private SandBoxManager sandBoxManager;
|
||||
private LocalBackEndServices sandBoxManager;
|
||||
|
||||
public InterSimsCommsLocal(SandBoxManager sandManager)
|
||||
public InterSimsCommsLocal(LocalBackEndServices sandManager)
|
||||
{
|
||||
sandBoxManager = sandManager;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user