aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/CommunicationsManager.cs
diff options
context:
space:
mode:
authorMelanie Thielker2009-05-18 23:18:04 +0000
committerMelanie Thielker2009-05-18 23:18:04 +0000
commit23d902be42fd6d554a9098936d501609fc6e5315 (patch)
tree1830b906665ffa34b3f7c085e28d87ee16bf4c9f /OpenSim/Framework/Communications/CommunicationsManager.cs
parentBug fix and config rename. (diff)
downloadopensim-SC_OLD-23d902be42fd6d554a9098936d501609fc6e5315.zip
opensim-SC_OLD-23d902be42fd6d554a9098936d501609fc6e5315.tar.gz
opensim-SC_OLD-23d902be42fd6d554a9098936d501609fc6e5315.tar.bz2
opensim-SC_OLD-23d902be42fd6d554a9098936d501609fc6e5315.tar.xz
Remove the old asset cache and local services and the configurations for them
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/Communications/CommunicationsManager.cs14
1 files changed, 0 insertions, 14 deletions
diff --git a/OpenSim/Framework/Communications/CommunicationsManager.cs b/OpenSim/Framework/Communications/CommunicationsManager.cs
index b49e7bc..81fb8e1 100644
--- a/OpenSim/Framework/Communications/CommunicationsManager.cs
+++ b/OpenSim/Framework/Communications/CommunicationsManager.cs
@@ -72,25 +72,12 @@ namespace OpenSim.Framework.Communications
72 } 72 }
73 protected UserProfileCacheService m_userProfileCacheService; 73 protected UserProfileCacheService m_userProfileCacheService;
74 74
75 // protected AgentAssetTransactionsManager m_transactionsManager;
76
77 // public AgentAssetTransactionsManager TransactionsManager
78 // {
79 // get { return m_transactionsManager; }
80 // }
81
82 public IAvatarService AvatarService 75 public IAvatarService AvatarService
83 { 76 {
84 get { return m_avatarService; } 77 get { return m_avatarService; }
85 } 78 }
86 protected IAvatarService m_avatarService; 79 protected IAvatarService m_avatarService;
87 80
88 public IAssetCache AssetCache
89 {
90 get { return m_assetCache; }
91 }
92 protected IAssetCache m_assetCache;
93
94 public IInterServiceInventoryServices InterServiceInventoryService 81 public IInterServiceInventoryServices InterServiceInventoryService
95 { 82 {
96 get { return m_interServiceInventoryService; } 83 get { return m_interServiceInventoryService; }
@@ -132,7 +119,6 @@ namespace OpenSim.Framework.Communications
132 bool dumpAssetsToFile, LibraryRootFolder libraryRootFolder) 119 bool dumpAssetsToFile, LibraryRootFolder libraryRootFolder)
133 { 120 {
134 m_networkServersInfo = serversInfo; 121 m_networkServersInfo = serversInfo;
135 m_assetCache = assetCache;
136 m_userProfileCacheService = new UserProfileCacheService(this, libraryRootFolder); 122 m_userProfileCacheService = new UserProfileCacheService(this, libraryRootFolder);
137 m_httpServer = httpServer; 123 m_httpServer = httpServer;
138 } 124 }