diff options
author | Diva Canto | 2009-09-26 21:29:54 -0700 |
---|---|---|
committer | Diva Canto | 2009-09-26 21:29:54 -0700 |
commit | 68e40a87cafcab580ab484956f187068c098e84e (patch) | |
tree | 8896a15fa3c170f5163d4272f28674e44996aa02 /OpenSim/Framework | |
parent | Poof! on OGS1 GridServices. (diff) | |
download | opensim-SC_OLD-68e40a87cafcab580ab484956f187068c098e84e.zip opensim-SC_OLD-68e40a87cafcab580ab484956f187068c098e84e.tar.gz opensim-SC_OLD-68e40a87cafcab580ab484956f187068c098e84e.tar.bz2 opensim-SC_OLD-68e40a87cafcab580ab484956f187068c098e84e.tar.xz |
Poof! on LocalBackend. CommsManager.GridServices deleted.
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/Communications/CommunicationsManager.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/OpenSim/Framework/Communications/CommunicationsManager.cs b/OpenSim/Framework/Communications/CommunicationsManager.cs index e9a6adb..9f377a6 100644 --- a/OpenSim/Framework/Communications/CommunicationsManager.cs +++ b/OpenSim/Framework/Communications/CommunicationsManager.cs | |||
@@ -59,11 +59,6 @@ namespace OpenSim.Framework.Communications | |||
59 | } | 59 | } |
60 | protected IMessagingService m_messageService; | 60 | protected IMessagingService m_messageService; |
61 | 61 | ||
62 | public IGridServices GridService | ||
63 | { | ||
64 | get { return m_gridService; } | ||
65 | } | ||
66 | protected IGridServices m_gridService; | ||
67 | 62 | ||
68 | public UserProfileCacheService UserProfileCacheService | 63 | public UserProfileCacheService UserProfileCacheService |
69 | { | 64 | { |