diff options
author | Diva Canto | 2009-08-10 08:14:57 -0700 |
---|---|---|
committer | Diva Canto | 2009-08-10 08:14:57 -0700 |
commit | 0d8284c7a1f5184ce50edfdf40c0b8361893426e (patch) | |
tree | 4782d51db9595cf947e7f97dac16acf2b52db8c0 /OpenSim/Region/ClientStack/RegionApplicationBase.cs | |
parent | Removed IAssetServer. (diff) | |
download | opensim-SC_OLD-0d8284c7a1f5184ce50edfdf40c0b8361893426e.zip opensim-SC_OLD-0d8284c7a1f5184ce50edfdf40c0b8361893426e.tar.gz opensim-SC_OLD-0d8284c7a1f5184ce50edfdf40c0b8361893426e.tar.bz2 opensim-SC_OLD-0d8284c7a1f5184ce50edfdf40c0b8361893426e.tar.xz |
Removed IAssetCache.
WARNING: PLEASE MAKE SURE TO USE THIS NEW bin/OpenSim.addin.xml
Diffstat (limited to 'OpenSim/Region/ClientStack/RegionApplicationBase.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/RegionApplicationBase.cs | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/OpenSim/Region/ClientStack/RegionApplicationBase.cs b/OpenSim/Region/ClientStack/RegionApplicationBase.cs index 2fbbbe2..a266a40 100644 --- a/OpenSim/Region/ClientStack/RegionApplicationBase.cs +++ b/OpenSim/Region/ClientStack/RegionApplicationBase.cs | |||
@@ -72,15 +72,7 @@ namespace OpenSim.Region.ClientStack | |||
72 | get { return m_sceneManager; } | 72 | get { return m_sceneManager; } |
73 | } | 73 | } |
74 | protected SceneManager m_sceneManager = new SceneManager(); | 74 | protected SceneManager m_sceneManager = new SceneManager(); |
75 | 75 | ||
76 | protected IAssetCache m_assetCache; | ||
77 | |||
78 | public IAssetCache AssetCache | ||
79 | { | ||
80 | get { return m_assetCache; } | ||
81 | set { m_assetCache = value; } | ||
82 | } | ||
83 | |||
84 | protected abstract void Initialize(); | 76 | protected abstract void Initialize(); |
85 | 77 | ||
86 | /// <summary> | 78 | /// <summary> |