diff options
author | Melanie Thielker | 2010-06-28 02:30:36 +0200 |
---|---|---|
committer | Melanie Thielker | 2010-06-28 02:30:36 +0200 |
commit | 4fa1d4896c89d9907fe49f3ad718444b63c03ec9 (patch) | |
tree | de3b29e856db631e6e1f8cd04d347345011b5522 /OpenSim/Region/Framework/Interfaces/IEmailModule.cs | |
parent | Remove AgentID and GroupOD from the signature of SOG.Copy(). They were never (diff) | |
download | opensim-SC-4fa1d4896c89d9907fe49f3ad718444b63c03ec9.zip opensim-SC-4fa1d4896c89d9907fe49f3ad718444b63c03ec9.tar.gz opensim-SC-4fa1d4896c89d9907fe49f3ad718444b63c03ec9.tar.bz2 opensim-SC-4fa1d4896c89d9907fe49f3ad718444b63c03ec9.tar.xz |
Change the way IRegionModule us referenced by IEmailModule to
allow later conversion to new style
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces/IEmailModule.cs')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/IEmailModule.cs | 2 |
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); |