aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces
diff options
context:
space:
mode:
authorTom Grimshaw2010-06-27 22:23:08 -0700
committerTom Grimshaw2010-06-27 22:23:08 -0700
commit7807d118073fc3e82272e27eba8268d24e2a1f5d (patch)
treed97d0a899f22d1707e38f96f61a0d40a9e7c4ace /OpenSim/Region/Framework/Interfaces
parentFix the sound issue. It was caused by missing assets; once the client has mad... (diff)
parentChange the way IRegionModule us referenced by IEmailModule to (diff)
downloadopensim-SC-7807d118073fc3e82272e27eba8268d24e2a1f5d.zip
opensim-SC-7807d118073fc3e82272e27eba8268d24e2a1f5d.tar.gz
opensim-SC-7807d118073fc3e82272e27eba8268d24e2a1f5d.tar.bz2
opensim-SC-7807d118073fc3e82272e27eba8268d24e2a1f5d.tar.xz
Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Framework/Interfaces/IEmailModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IEmailModule.cs b/OpenSim/Region/Framework/Interfaces/IEmailModule.cs
index 3a2c423..4f1b91a 100644
--- a/OpenSim/Region/Framework/Interfaces/IEmailModule.cs
+++ b/OpenSim/Region/Framework/Interfaces/IEmailModule.cs
@@ -38,7 +38,7 @@ namespace OpenSim.Region.Framework.Interfaces
38 public int numLeft; 38 public int numLeft;
39 } 39 }
40 40
41 public interface IEmailModule : IRegionModule 41 public interface IEmailModule
42 { 42 {
43 void SendEmail(UUID objectID, string address, string subject, string body); 43 void SendEmail(UUID objectID, string address, string subject, string body);
44 Email GetNextEmail(UUID objectID, string sender, string subject); 44 Email GetNextEmail(UUID objectID, string sender, string subject);