Replace the Replaceable modules name

This commit is contained in:
Melanie
2009-08-10 23:08:22 +01:00
parent 17cc9b9857
commit eba23048ca
43 changed files with 46 additions and 46 deletions

View File

@@ -290,7 +290,7 @@ namespace OpenSim.Region.CoreModules.Asset
get { return "CenomeMemoryAssetCache"; }
}
public Type ReplacableInterface
public Type ReplaceableInterface
{
get { return null; }
}

View File

@@ -54,7 +54,7 @@ namespace OpenSim.Region.CoreModules.Asset
get { return "CoreAssetCache"; }
}
public Type ReplacableInterface
public Type ReplaceableInterface
{
get { return null; }
}

View File

@@ -159,7 +159,7 @@ namespace Flotsam.RegionModules.AssetCache
m_InvalidChars.AddRange(Path.GetInvalidFileNameChars());
}
public Type ReplacableInterface
public Type ReplaceableInterface
{
get { return null; }
}

View File

@@ -51,7 +51,7 @@ namespace OpenSim.Region.CoreModules.Asset
// Instrumentation
private uint m_DebugRate = 0;
public Type ReplacableInterface
public Type ReplaceableInterface
{
get { return null; }
}