From 56c4a3df5b9a13333fbe15160e9b7383a98e3675 Mon Sep 17 00:00:00 2001 From: mingchen Date: Mon, 18 Jun 2007 20:10:19 +0000 Subject: *Updated/Added the base classes and interfaces for user and login servers *Not yet usable, but I'm working on it --- Common/OpenGrid.Framework.Communications/CommunicationsManager.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'Common/OpenGrid.Framework.Communications/CommunicationsManager.cs') diff --git a/Common/OpenGrid.Framework.Communications/CommunicationsManager.cs b/Common/OpenGrid.Framework.Communications/CommunicationsManager.cs index 2ed4fd2..cd26cfc 100644 --- a/Common/OpenGrid.Framework.Communications/CommunicationsManager.cs +++ b/Common/OpenGrid.Framework.Communications/CommunicationsManager.cs @@ -40,6 +40,7 @@ namespace OpenGrid.Framework.Communications public class CommunicationsManager { public IUserServices UserServer; + public ILoginService LoginServer; public IGridServices GridServer; public IInterRegionCommunications InterRegion; -- cgit v1.1