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

@@ -54,7 +54,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.Chat
#region INonSharedRegionModule Members
public Type ReplacableInterface
public Type ReplaceableInterface
{
get { return null; }
}

View File

@@ -214,7 +214,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.Concierge
{
}
new public Type ReplacableInterface
new public Type ReplaceableInterface
{
get { return null; }
}

View File

@@ -388,7 +388,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.Voice.VivoxVoice
VivoxLogout();
}
public Type ReplacableInterface
public Type ReplaceableInterface
{
get { return null; }
}

View File

@@ -176,7 +176,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups
m_msgTransferModule = null;
}
public Type ReplacableInterface
public Type ReplaceableInterface
{
get { return null; }
}

View File

@@ -234,7 +234,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups
m_clientRequestIDFlushTimer.Stop();
}
public Type ReplacableInterface
public Type ReplaceableInterface
{
get { return null; }
}

View File

@@ -77,7 +77,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups
}
// this module is not intended to be replaced, but there should only be 1 of them.
public Type ReplacableInterface
public Type ReplaceableInterface
{
get { return null; }
}

View File

@@ -72,7 +72,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsIn.Freeswitch
{
}
public Type ReplacableInterface
public Type ReplaceableInterface
{
get { return null; }
}

View File

@@ -220,7 +220,7 @@ namespace OpenSim.Region.OptionalModules.World.MoneyModule
{
}
public Type ReplacableInterface
public Type ReplaceableInterface
{
get { return typeof(IMoneyModule); }
}