diff options
author | MW | 2007-05-31 11:30:21 +0000 |
---|---|---|
committer | MW | 2007-05-31 11:30:21 +0000 |
commit | dd8013e70d64f4a28eab0a5d72e2ccfbd7ca6482 (patch) | |
tree | bfd7791e2ac0bb8f77161e0449d6b0d2c96fecaa | |
parent | Started work on OpenGrid.Framework.Communications (diff) | |
download | opensim-SC_OLD-dd8013e70d64f4a28eab0a5d72e2ccfbd7ca6482.zip opensim-SC_OLD-dd8013e70d64f4a28eab0a5d72e2ccfbd7ca6482.tar.gz opensim-SC_OLD-dd8013e70d64f4a28eab0a5d72e2ccfbd7ca6482.tar.bz2 opensim-SC_OLD-dd8013e70d64f4a28eab0a5d72e2ccfbd7ca6482.tar.xz |
class name change and directory properties modified
-rw-r--r-- | Common/OpenGrid.Framework.Communications/OpenGrid.Framework.Communications.csproj | 2 | ||||
-rw-r--r-- | Common/OpenGrid.Framework.Communications/RegionServerCommsManager.cs (renamed from Common/OpenGrid.Framework.Communications/CommsManager.cs) | 4 | ||||
-rw-r--r-- | OpenGridServices.suo | bin | 130542 -> 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 | ||
8 | namespace OpenGrid.Framework.Communications | 8 | namespace 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 | |||