aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Common/OpenGrid.Framework.Communications.OGS1/GridCommsManager.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Common/OpenGrid.Framework.Communications.OGS1/GridCommsManager.cs')
-rw-r--r--Common/OpenGrid.Framework.Communications.OGS1/GridCommsManager.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Common/OpenGrid.Framework.Communications.OGS1/GridCommsManager.cs b/Common/OpenGrid.Framework.Communications.OGS1/GridCommsManager.cs
index 0784ffa..308e00f 100644
--- a/Common/OpenGrid.Framework.Communications.OGS1/GridCommsManager.cs
+++ b/Common/OpenGrid.Framework.Communications.OGS1/GridCommsManager.cs
@@ -1,12 +1,13 @@
1using System; 1using System;
2using System.Collections.Generic; 2using System.Collections.Generic;
3using System.Text; 3using System.Text;
4using OpenSim.Framework.Types;
4using OpenGrid.Framework.Communications; 5using OpenGrid.Framework.Communications;
5namespace OpenGrid.Framework.Communications.OGS1 6namespace OpenGrid.Framework.Communications.OGS1
6{ 7{
7 public class GridCommsManager : CommunicationsManager 8 public class GridCommsManager : CommunicationsManager
8 { 9 {
9 public GridCommsManager() 10 public GridCommsManager(NetworkServersInfo serversInfo) :base(serversInfo)
10 { 11 {
11 GridServer = new OGS1GridServices(); 12 GridServer = new OGS1GridServices();
12 InterRegion = new OGSInterSimComms(); 13 InterRegion = new OGSInterSimComms();