aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--Common/OpenGrid.Framework.Communications/OpenGrid.Framework.Communications.csproj2
-rw-r--r--Common/OpenGrid.Framework.Communications/RegionServerCommsManager.cs (renamed from Common/OpenGrid.Framework.Communications/CommsManager.cs)4
-rw-r--r--OpenGridServices.suobin130542 -> 139776 bytes
3 files changed, 3 insertions, 3 deletions
diff --git a/Common/OpenGrid.Framework.Communications/OpenGrid.Framework.Communications.csproj b/Common/OpenGrid.Framework.Communications/OpenGrid.Framework.Communications.csproj
index b53a868..bda9184 100644
--- a/Common/OpenGrid.Framework.Communications/OpenGrid.Framework.Communications.csproj
+++ b/Common/OpenGrid.Framework.Communications/OpenGrid.Framework.Communications.csproj
@@ -33,7 +33,7 @@
33 <Reference Include="System.Xml" /> 33 <Reference Include="System.Xml" />
34 </ItemGroup> 34 </ItemGroup>
35 <ItemGroup> 35 <ItemGroup>
36 <Compile Include="CommsManager.cs" /> 36 <Compile Include="RegionServerCommsManager.cs" />
37 <Compile Include="Properties\AssemblyInfo.cs" /> 37 <Compile Include="Properties\AssemblyInfo.cs" />
38 </ItemGroup> 38 </ItemGroup>
39 <ItemGroup> 39 <ItemGroup>
diff --git a/Common/OpenGrid.Framework.Communications/CommsManager.cs b/Common/OpenGrid.Framework.Communications/RegionServerCommsManager.cs
index 0cc2253..960bbef 100644
--- a/Common/OpenGrid.Framework.Communications/CommsManager.cs
+++ b/Common/OpenGrid.Framework.Communications/RegionServerCommsManager.cs
@@ -7,10 +7,10 @@ using OpenSim.Framework.Types;
7 7
8namespace OpenGrid.Framework.Communications 8namespace OpenGrid.Framework.Communications
9{ 9{
10 public class CommsManager 10 public class RegionServerCommsManager
11 { 11 {
12 12
13 public CommsManager() 13 public RegionServerCommsManager()
14 { 14 {
15 15
16 } 16 }
diff --git a/OpenGridServices.suo b/OpenGridServices.suo
index 18d72f4..e9a533d 100644
--- a/OpenGridServices.suo
+++ b/OpenGridServices.suo
Binary files differ