diff options
author | Melanie | 2009-08-10 23:08:22 +0100 |
---|---|---|
committer | Melanie | 2009-08-10 23:08:22 +0100 |
commit | eba23048ca2d6dd1b934e11dc426093e5b2134c7 (patch) | |
tree | da54852717bb696798d2e45fa0bcbf89f61f9228 /OpenSim/Region/OptionalModules/Avatar | |
parent | Last piece of cleaning up old inventory. Old IInventoryServices and ISecureIn... (diff) | |
download | opensim-SC_OLD-eba23048ca2d6dd1b934e11dc426093e5b2134c7.zip opensim-SC_OLD-eba23048ca2d6dd1b934e11dc426093e5b2134c7.tar.gz opensim-SC_OLD-eba23048ca2d6dd1b934e11dc426093e5b2134c7.tar.bz2 opensim-SC_OLD-eba23048ca2d6dd1b934e11dc426093e5b2134c7.tar.xz |
Replace the Replaceable modules name
Diffstat (limited to 'OpenSim/Region/OptionalModules/Avatar')
6 files changed, 6 insertions, 6 deletions
diff --git a/OpenSim/Region/OptionalModules/Avatar/Chat/IRCBridgeModule.cs b/OpenSim/Region/OptionalModules/Avatar/Chat/IRCBridgeModule.cs index d7e7a56..70e80bc 100644 --- a/OpenSim/Region/OptionalModules/Avatar/Chat/IRCBridgeModule.cs +++ b/OpenSim/Region/OptionalModules/Avatar/Chat/IRCBridgeModule.cs | |||
@@ -54,7 +54,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.Chat | |||
54 | 54 | ||
55 | #region INonSharedRegionModule Members | 55 | #region INonSharedRegionModule Members |
56 | 56 | ||
57 | public Type ReplacableInterface | 57 | public Type ReplaceableInterface |
58 | { | 58 | { |
59 | get { return null; } | 59 | get { return null; } |
60 | } | 60 | } |
diff --git a/OpenSim/Region/OptionalModules/Avatar/Concierge/ConciergeModule.cs b/OpenSim/Region/OptionalModules/Avatar/Concierge/ConciergeModule.cs index bf6d5e7..c864993 100644 --- a/OpenSim/Region/OptionalModules/Avatar/Concierge/ConciergeModule.cs +++ b/OpenSim/Region/OptionalModules/Avatar/Concierge/ConciergeModule.cs | |||
@@ -214,7 +214,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.Concierge | |||
214 | { | 214 | { |
215 | } | 215 | } |
216 | 216 | ||
217 | new public Type ReplacableInterface | 217 | new public Type ReplaceableInterface |
218 | { | 218 | { |
219 | get { return null; } | 219 | get { return null; } |
220 | } | 220 | } |
diff --git a/OpenSim/Region/OptionalModules/Avatar/Voice/VivoxVoice/VivoxVoiceModule.cs b/OpenSim/Region/OptionalModules/Avatar/Voice/VivoxVoice/VivoxVoiceModule.cs index 5465678..febb491 100644 --- a/OpenSim/Region/OptionalModules/Avatar/Voice/VivoxVoice/VivoxVoiceModule.cs +++ b/OpenSim/Region/OptionalModules/Avatar/Voice/VivoxVoice/VivoxVoiceModule.cs | |||
@@ -388,7 +388,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.Voice.VivoxVoice | |||
388 | VivoxLogout(); | 388 | VivoxLogout(); |
389 | } | 389 | } |
390 | 390 | ||
391 | public Type ReplacableInterface | 391 | public Type ReplaceableInterface |
392 | { | 392 | { |
393 | get { return null; } | 393 | get { return null; } |
394 | } | 394 | } |
diff --git a/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/GroupsMessagingModule.cs b/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/GroupsMessagingModule.cs index 0bfb8e7..631d801 100644 --- a/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/GroupsMessagingModule.cs +++ b/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/GroupsMessagingModule.cs | |||
@@ -176,7 +176,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups | |||
176 | m_msgTransferModule = null; | 176 | m_msgTransferModule = null; |
177 | } | 177 | } |
178 | 178 | ||
179 | public Type ReplacableInterface | 179 | public Type ReplaceableInterface |
180 | { | 180 | { |
181 | get { return null; } | 181 | get { return null; } |
182 | } | 182 | } |
diff --git a/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/GroupsModule.cs b/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/GroupsModule.cs index 725c303..20f34b5 100644 --- a/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/GroupsModule.cs +++ b/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/GroupsModule.cs | |||
@@ -234,7 +234,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups | |||
234 | m_clientRequestIDFlushTimer.Stop(); | 234 | m_clientRequestIDFlushTimer.Stop(); |
235 | } | 235 | } |
236 | 236 | ||
237 | public Type ReplacableInterface | 237 | public Type ReplaceableInterface |
238 | { | 238 | { |
239 | get { return null; } | 239 | get { return null; } |
240 | } | 240 | } |
diff --git a/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/XmlRpcGroupsServicesConnectorModule.cs b/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/XmlRpcGroupsServicesConnectorModule.cs index 115660a..b3eaa37 100644 --- a/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/XmlRpcGroupsServicesConnectorModule.cs +++ b/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/XmlRpcGroupsServicesConnectorModule.cs | |||
@@ -77,7 +77,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups | |||
77 | } | 77 | } |
78 | 78 | ||
79 | // this module is not intended to be replaced, but there should only be 1 of them. | 79 | // this module is not intended to be replaced, but there should only be 1 of them. |
80 | public Type ReplacableInterface | 80 | public Type ReplaceableInterface |
81 | { | 81 | { |
82 | get { return null; } | 82 | get { return null; } |
83 | } | 83 | } |