aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/OGS1/GridCommsManager.cs
diff options
context:
space:
mode:
authormingchen2007-06-28 17:03:09 +0000
committermingchen2007-06-28 17:03:09 +0000
commitd3363bbc28442d70ea8c196e47e6c734f4c01a92 (patch)
tree52107ce7a8a2e9b42baefffed741443bc1cab8d3 /OpenSim/Region/Communications/OGS1/GridCommsManager.cs
parent*Master User is now set up (diff)
downloadopensim-SC_OLD-d3363bbc28442d70ea8c196e47e6c734f4c01a92.zip
opensim-SC_OLD-d3363bbc28442d70ea8c196e47e6c734f4c01a92.tar.gz
opensim-SC_OLD-d3363bbc28442d70ea8c196e47e6c734f4c01a92.tar.bz2
opensim-SC_OLD-d3363bbc28442d70ea8c196e47e6c734f4c01a92.tar.xz
*Renamed GridCommsManager to CommunicationsOGS1 to match CommunicationsLocal -- its sandbox mode counterpart
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Communications/OGS1/CommunicationsOGS1.cs (renamed from OpenSim/Region/Communications/OGS1/GridCommsManager.cs)4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Communications/OGS1/GridCommsManager.cs b/OpenSim/Region/Communications/OGS1/CommunicationsOGS1.cs
index 2bf9536..f2b3b92 100644
--- a/OpenSim/Region/Communications/OGS1/GridCommsManager.cs
+++ b/OpenSim/Region/Communications/OGS1/CommunicationsOGS1.cs
@@ -5,10 +5,10 @@ using OpenSim.Framework.Types;
5using OpenSim.Framework.Communications; 5using OpenSim.Framework.Communications;
6namespace OpenSim.Region.Communications.OGS1 6namespace OpenSim.Region.Communications.OGS1
7{ 7{
8 public class GridCommsManager : CommunicationsManager 8 public class CommunicationsOGS1 : CommunicationsManager
9 { 9 {
10 private OGS1GridServices gridInterComms = new OGS1GridServices(); 10 private OGS1GridServices gridInterComms = new OGS1GridServices();
11 public GridCommsManager(NetworkServersInfo serversInfo) :base(serversInfo) 11 public CommunicationsOGS1(NetworkServersInfo serversInfo) :base(serversInfo)
12 { 12 {
13 GridServer = gridInterComms; 13 GridServer = gridInterComms;
14 InterRegion = gridInterComms; 14 InterRegion = gridInterComms;