diff options
author | mingchen | 2007-06-18 20:10:19 +0000 |
---|---|---|
committer | mingchen | 2007-06-18 20:10:19 +0000 |
commit | 56c4a3df5b9a13333fbe15160e9b7383a98e3675 (patch) | |
tree | 7df9c5c4e41bb9c1751f23627ab1d74dadf6b6a0 /Common/OpenGrid.Framework.Communications/CommunicationsManager.cs | |
parent | * example soft logger by delegate (diff) | |
download | opensim-SC_OLD-56c4a3df5b9a13333fbe15160e9b7383a98e3675.zip opensim-SC_OLD-56c4a3df5b9a13333fbe15160e9b7383a98e3675.tar.gz opensim-SC_OLD-56c4a3df5b9a13333fbe15160e9b7383a98e3675.tar.bz2 opensim-SC_OLD-56c4a3df5b9a13333fbe15160e9b7383a98e3675.tar.xz |
*Updated/Added the base classes and interfaces for user and login servers
*Not yet usable, but I'm working on it
Diffstat (limited to 'Common/OpenGrid.Framework.Communications/CommunicationsManager.cs')
-rw-r--r-- | Common/OpenGrid.Framework.Communications/CommunicationsManager.cs | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
40 | public class CommunicationsManager | 40 | public class CommunicationsManager |
41 | { | 41 | { |
42 | public IUserServices UserServer; | 42 | public IUserServices UserServer; |
43 | public ILoginService LoginServer; | ||
43 | public IGridServices GridServer; | 44 | public IGridServices GridServer; |
44 | public IInterRegionCommunications InterRegion; | 45 | public IInterRegionCommunications InterRegion; |
45 | 46 | ||