aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules
diff options
context:
space:
mode:
authorMelanie Thielker2010-06-28 02:30:36 +0200
committerMelanie Thielker2010-06-28 02:30:36 +0200
commit4fa1d4896c89d9907fe49f3ad718444b63c03ec9 (patch)
treede3b29e856db631e6e1f8cd04d347345011b5522 /OpenSim/Region/CoreModules
parentRemove AgentID and GroupOD from the signature of SOG.Copy(). They were never (diff)
downloadopensim-SC_OLD-4fa1d4896c89d9907fe49f3ad718444b63c03ec9.zip
opensim-SC_OLD-4fa1d4896c89d9907fe49f3ad718444b63c03ec9.tar.gz
opensim-SC_OLD-4fa1d4896c89d9907fe49f3ad718444b63c03ec9.tar.bz2
opensim-SC_OLD-4fa1d4896c89d9907fe49f3ad718444b63c03ec9.tar.xz
Change the way IRegionModule us referenced by IEmailModule to
allow later conversion to new style
Diffstat (limited to 'OpenSim/Region/CoreModules')
-rw-r--r--OpenSim/Region/CoreModules/Scripting/EMailModules/EmailModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Scripting/EMailModules/EmailModule.cs b/OpenSim/Region/CoreModules/Scripting/EMailModules/EmailModule.cs
index 83f004d..c0975ea 100644
--- a/OpenSim/Region/CoreModules/Scripting/EMailModules/EmailModule.cs
+++ b/OpenSim/Region/CoreModules/Scripting/EMailModules/EmailModule.cs
@@ -40,7 +40,7 @@ using OpenSim.Region.Framework.Scenes;
40 40
41namespace OpenSim.Region.CoreModules.Scripting.EmailModules 41namespace OpenSim.Region.CoreModules.Scripting.EmailModules
42{ 42{
43 public class EmailModule : IEmailModule 43 public class EmailModule : IRegionModule, IEmailModule
44 { 44 {
45 // 45 //
46 // Log 46 // Log