diff options
Diffstat (limited to '')
-rw-r--r-- | Common/OpenGrid.Framework.Communications/LocalBackEndServices.cs (renamed from Common/OpenGrid.Framework.Communications/SandBoxManager.cs) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Common/OpenGrid.Framework.Communications/SandBoxManager.cs b/Common/OpenGrid.Framework.Communications/LocalBackEndServices.cs index dc2c3cb..b213213 100644 --- a/Common/OpenGrid.Framework.Communications/SandBoxManager.cs +++ b/Common/OpenGrid.Framework.Communications/LocalBackEndServices.cs | |||
@@ -8,18 +8,18 @@ using libsecondlife; | |||
8 | 8 | ||
9 | namespace OpenGrid.Framework.Communications | 9 | namespace OpenGrid.Framework.Communications |
10 | { | 10 | { |
11 | public class SandBoxManager | 11 | public class LocalBackEndServices |
12 | { | 12 | { |
13 | protected Dictionary<ulong, RegionInfo> regions = new Dictionary<ulong, RegionInfo>(); | 13 | protected Dictionary<ulong, RegionInfo> regions = new Dictionary<ulong, RegionInfo>(); |
14 | protected Dictionary<ulong, RegionCommsHostBase> regionHosts = new Dictionary<ulong, RegionCommsHostBase>(); | 14 | protected Dictionary<ulong, RegionCommsHostBase> regionHosts = new Dictionary<ulong, RegionCommsHostBase>(); |
15 | 15 | ||
16 | public SandBoxManager() | 16 | public LocalBackEndServices() |
17 | { | 17 | { |
18 | 18 | ||
19 | } | 19 | } |
20 | 20 | ||
21 | /// <summary> | 21 | /// <summary> |
22 | /// Register a region method with the SandBoxManager. | 22 | /// Register a region method with the BackEnd Services. |
23 | /// </summary> | 23 | /// </summary> |
24 | /// <param name="regionInfo"></param> | 24 | /// <param name="regionInfo"></param> |
25 | /// <returns></returns> | 25 | /// <returns></returns> |