Renamed sandBoxManager to LocalBackEndServices

This commit is contained in:
MW
2007-06-11 09:53:34 +00:00
parent fd1a0a1374
commit d93031b2dc
9 changed files with 58 additions and 58 deletions

View File

@@ -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;
}