mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +08:00
Replace the Replaceable modules name
This commit is contained in:
@@ -54,7 +54,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.Chat
|
||||
|
||||
#region INonSharedRegionModule Members
|
||||
|
||||
public Type ReplacableInterface
|
||||
public Type ReplaceableInterface
|
||||
{
|
||||
get { return null; }
|
||||
}
|
||||
|
||||
@@ -214,7 +214,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.Concierge
|
||||
{
|
||||
}
|
||||
|
||||
new public Type ReplacableInterface
|
||||
new public Type ReplaceableInterface
|
||||
{
|
||||
get { return null; }
|
||||
}
|
||||
|
||||
@@ -388,7 +388,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.Voice.VivoxVoice
|
||||
VivoxLogout();
|
||||
}
|
||||
|
||||
public Type ReplacableInterface
|
||||
public Type ReplaceableInterface
|
||||
{
|
||||
get { return null; }
|
||||
}
|
||||
|
||||
@@ -176,7 +176,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups
|
||||
m_msgTransferModule = null;
|
||||
}
|
||||
|
||||
public Type ReplacableInterface
|
||||
public Type ReplaceableInterface
|
||||
{
|
||||
get { return null; }
|
||||
}
|
||||
|
||||
@@ -234,7 +234,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups
|
||||
m_clientRequestIDFlushTimer.Stop();
|
||||
}
|
||||
|
||||
public Type ReplacableInterface
|
||||
public Type ReplaceableInterface
|
||||
{
|
||||
get { return null; }
|
||||
}
|
||||
|
||||
@@ -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; }
|
||||
}
|
||||
|
||||
@@ -72,7 +72,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsIn.Freeswitch
|
||||
{
|
||||
}
|
||||
|
||||
public Type ReplacableInterface
|
||||
public Type ReplaceableInterface
|
||||
{
|
||||
get { return null; }
|
||||
}
|
||||
|
||||
@@ -220,7 +220,7 @@ namespace OpenSim.Region.OptionalModules.World.MoneyModule
|
||||
{
|
||||
}
|
||||
|
||||
public Type ReplacableInterface
|
||||
public Type ReplaceableInterface
|
||||
{
|
||||
get { return typeof(IMoneyModule); }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user