aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs
diff options
context:
space:
mode:
authorMelanie Thielker2009-07-10 20:17:13 +0000
committerMelanie Thielker2009-07-10 20:17:13 +0000
commit8ecfc9a717c259fd238312888f6178b3f86c008a (patch)
treea05601b3c0218f3e797f4a2104e362a964522c7b /OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs
parent* minor: formatting adjustments in OpenSim.ini.example (diff)
downloadopensim-SC_OLD-8ecfc9a717c259fd238312888f6178b3f86c008a.zip
opensim-SC_OLD-8ecfc9a717c259fd238312888f6178b3f86c008a.tar.gz
opensim-SC_OLD-8ecfc9a717c259fd238312888f6178b3f86c008a.tar.bz2
opensim-SC_OLD-8ecfc9a717c259fd238312888f6178b3f86c008a.tar.xz
Committing the interface change and the addition to the modules to get
the ball rolling on replacable modules. No user functionality yet
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs b/OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs
index 6ea9e27..9a165fb 100644
--- a/OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs
+++ b/OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs
@@ -146,6 +146,11 @@ namespace Flotsam.RegionModules.AssetCache
146 m_InvalidChars.AddRange(Path.GetInvalidFileNameChars()); 146 m_InvalidChars.AddRange(Path.GetInvalidFileNameChars());
147 } 147 }
148 148
149 public Type ReplacableInterface
150 {
151 get { return null; }
152 }
153
149 public string Name 154 public string Name
150 { 155 {
151 get { return m_ModuleName; } 156 get { return m_ModuleName; }