From 223550b7e4f9eb534728e7763642a2ba6154be96 Mon Sep 17 00:00:00 2001 From: MW Date: Wed, 27 Jun 2007 15:03:54 +0000 Subject: Some very Preliminary work on .net remoting for interregion comms. a few more classes for CAPS LLSD types. --- Common/OpenGrid.Framework.Communications.OGS1/GridCommsManager.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Common/OpenGrid.Framework.Communications.OGS1/GridCommsManager.cs') diff --git a/Common/OpenGrid.Framework.Communications.OGS1/GridCommsManager.cs b/Common/OpenGrid.Framework.Communications.OGS1/GridCommsManager.cs index 308e00f..563eaf7 100644 --- a/Common/OpenGrid.Framework.Communications.OGS1/GridCommsManager.cs +++ b/Common/OpenGrid.Framework.Communications.OGS1/GridCommsManager.cs @@ -7,10 +7,11 @@ namespace OpenGrid.Framework.Communications.OGS1 { public class GridCommsManager : CommunicationsManager { + private OGS1GridServices gridInterComms = new OGS1GridServices(); public GridCommsManager(NetworkServersInfo serversInfo) :base(serversInfo) { - GridServer = new OGS1GridServices(); - InterRegion = new OGSInterSimComms(); + GridServer = gridInterComms; + InterRegion = gridInterComms; UserServer = new OGSUserServices(); } } -- cgit v1.1