From d607914f6a7e0ef7890ae229474a1ad90511868f Mon Sep 17 00:00:00 2001 From: MW Date: Sun, 24 Jun 2007 18:40:02 +0000 Subject: Hopefully enabled the OGS commsManager --- .../GridCommsManager.cs | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Common/OpenGrid.Framework.Communications.OGS1/GridCommsManager.cs (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 new file mode 100644 index 0000000..f151f56 --- /dev/null +++ b/Common/OpenGrid.Framework.Communications.OGS1/GridCommsManager.cs @@ -0,0 +1,18 @@ +using System; +using System.Collections.Generic; +using System.Text; +using OpenGrid.Framework.Communications; +namespace OpenGrid.Framework.Communications.OGS1 +{ + public class GridCommsManager : CommunicationsManager + { + + + public GridCommsManager() + { + GridServer = new OGS1GridServices(); + InterRegion = new OGSInterSimComms(); + UserServer = new OGSUserServices(); + } + } +} -- cgit v1.1