class name change and directory properties modified

merge
MW 2007-05-31 11:30:21 +00:00
parent c35d360d44
commit dd8013e70d
3 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@
<Reference Include="System.Xml" /> <Reference Include="System.Xml" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Compile Include="CommsManager.cs" /> <Compile Include="RegionServerCommsManager.cs" />
<Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>

View File

@ -7,10 +7,10 @@ using OpenSim.Framework.Types;
namespace OpenGrid.Framework.Communications namespace OpenGrid.Framework.Communications
{ {
public class CommsManager public class RegionServerCommsManager
{ {
public CommsManager() public RegionServerCommsManager()
{ {
} }

Binary file not shown.