diff options
author | mingchen | 2007-06-28 17:03:09 +0000 |
---|---|---|
committer | mingchen | 2007-06-28 17:03:09 +0000 |
commit | d3363bbc28442d70ea8c196e47e6c734f4c01a92 (patch) | |
tree | 52107ce7a8a2e9b42baefffed741443bc1cab8d3 /OpenSim/Region/Application/OpenSimMain.cs | |
parent | *Master User is now set up (diff) | |
download | opensim-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 'OpenSim/Region/Application/OpenSimMain.cs')
-rw-r--r-- | OpenSim/Region/Application/OpenSimMain.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/OpenSimMain.cs b/OpenSim/Region/Application/OpenSimMain.cs index 6e600b8..a5150e6 100644 --- a/OpenSim/Region/Application/OpenSimMain.cs +++ b/OpenSim/Region/Application/OpenSimMain.cs | |||
@@ -118,7 +118,7 @@ namespace OpenSim | |||
118 | else | 118 | else |
119 | { | 119 | { |
120 | this.SetupRemoteGridServers(); | 120 | this.SetupRemoteGridServers(); |
121 | this.commsManager = new GridCommsManager(this.serversData); | 121 | this.commsManager = new CommunicationsOGS1(this.serversData); |
122 | } | 122 | } |
123 | 123 | ||
124 | startuptime = DateTime.Now; | 124 | startuptime = DateTime.Now; |