diff options
Diffstat (limited to '')
-rw-r--r-- | Common/OpenGrid.Framework.Communications.OGS1/GridCommsManager.cs | 3 |
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 @@ | |||
1 | using System; | 1 | using System; |
2 | using System.Collections.Generic; | 2 | using System.Collections.Generic; |
3 | using System.Text; | 3 | using System.Text; |
4 | using OpenSim.Framework.Types; | ||
4 | using OpenGrid.Framework.Communications; | 5 | using OpenGrid.Framework.Communications; |
5 | namespace OpenGrid.Framework.Communications.OGS1 | 6 | namespace 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(); |