diff options
author | Melanie | 2012-11-12 19:18:20 +0000 |
---|---|---|
committer | Melanie | 2012-11-12 19:18:20 +0000 |
commit | 0d15a6a01feeb129b015f7516fd13a541b3e6fce (patch) | |
tree | 22348f31fdf083da199d130a45d3e0fbd68074c6 /OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/XmlRpcGroupsServicesConnectorModule.cs | |
parent | Fix mantis #6425 (diff) | |
download | opensim-SC-0d15a6a01feeb129b015f7516fd13a541b3e6fce.zip opensim-SC-0d15a6a01feeb129b015f7516fd13a541b3e6fce.tar.gz opensim-SC-0d15a6a01feeb129b015f7516fd13a541b3e6fce.tar.bz2 opensim-SC-0d15a6a01feeb129b015f7516fd13a541b3e6fce.tar.xz |
Remove any mention of IRegionModule from region names and comments to aid
grepping for remaining uses
Diffstat (limited to 'OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/XmlRpcGroupsServicesConnectorModule.cs')
-rw-r--r-- | OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/XmlRpcGroupsServicesConnectorModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/XmlRpcGroupsServicesConnectorModule.cs b/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/XmlRpcGroupsServicesConnectorModule.cs index d412cd1..cfc26a0 100644 --- a/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/XmlRpcGroupsServicesConnectorModule.cs +++ b/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/XmlRpcGroupsServicesConnectorModule.cs | |||
@@ -83,7 +83,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups | |||
83 | private Dictionary<UUID, List<UUID>> m_groupsAgentsDroppedFromChatSession = new Dictionary<UUID, List<UUID>>(); | 83 | private Dictionary<UUID, List<UUID>> m_groupsAgentsDroppedFromChatSession = new Dictionary<UUID, List<UUID>>(); |
84 | private Dictionary<UUID, List<UUID>> m_groupsAgentsInvitedToChatSession = new Dictionary<UUID, List<UUID>>(); | 84 | private Dictionary<UUID, List<UUID>> m_groupsAgentsInvitedToChatSession = new Dictionary<UUID, List<UUID>>(); |
85 | 85 | ||
86 | #region IRegionModuleBase Members | 86 | #region Region Module interfaceBase Members |
87 | 87 | ||
88 | public string Name | 88 | public string Name |
89 | { | 89 | { |