diff options
Renamed sandBoxManager to LocalBackEndServices
Diffstat (limited to 'Common/OpenGrid.Framework.Communications/GridServer/GridCommsManagerLocal.cs')
-rw-r--r-- | Common/OpenGrid.Framework.Communications/GridServer/GridCommsManagerLocal.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Common/OpenGrid.Framework.Communications/GridServer/GridCommsManagerLocal.cs b/Common/OpenGrid.Framework.Communications/GridServer/GridCommsManagerLocal.cs index bf7d5b9..54c62d6 100644 --- a/Common/OpenGrid.Framework.Communications/GridServer/GridCommsManagerLocal.cs +++ b/Common/OpenGrid.Framework.Communications/GridServer/GridCommsManagerLocal.cs | |||
@@ -11,9 +11,9 @@ namespace OpenGrid.Framework.Communications.GridServer | |||
11 | { | 11 | { |
12 | public class GridCommsManagerLocal : GridCommsManagerBase | 12 | public class GridCommsManagerLocal : GridCommsManagerBase |
13 | { | 13 | { |
14 | private SandBoxManager sandBoxManager; | 14 | private LocalBackEndServices sandBoxManager; |
15 | 15 | ||
16 | public GridCommsManagerLocal(SandBoxManager sandManager) | 16 | public GridCommsManagerLocal(LocalBackEndServices sandManager) |
17 | { | 17 | { |
18 | sandBoxManager = sandManager; | 18 | sandBoxManager = sandManager; |
19 | } | 19 | } |