*Renamed GridCommsManager to CommunicationsOGS1 to match CommunicationsLocal -- its sandbox mode counterpart

This commit is contained in:
mingchen
2007-06-28 17:03:09 +00:00
parent 108d89f894
commit d3363bbc28
4 changed files with 33 additions and 26 deletions

View File

@@ -118,7 +118,7 @@ namespace OpenSim
else
{
this.SetupRemoteGridServers();
this.commsManager = new GridCommsManager(this.serversData);
this.commsManager = new CommunicationsOGS1(this.serversData);
}
startuptime = DateTime.Now;