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/GroupsMessagingModule.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 '')
-rw-r--r-- | OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/GroupsMessagingModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/GroupsMessagingModule.cs b/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/GroupsMessagingModule.cs index 1528330..e03a27c 100644 --- a/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/GroupsMessagingModule.cs +++ b/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/GroupsMessagingModule.cs | |||
@@ -79,7 +79,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups | |||
79 | 79 | ||
80 | private int m_usersOnlineCacheExpirySeconds = 20; | 80 | private int m_usersOnlineCacheExpirySeconds = 20; |
81 | 81 | ||
82 | #region IRegionModuleBase Members | 82 | #region Region Module interfaceBase Members |
83 | 83 | ||
84 | public void Initialise(IConfigSource config) | 84 | public void Initialise(IConfigSource config) |
85 | { | 85 | { |