Change the way IRegionModule us referenced by IEmailModule to

allow later conversion to new style
This commit is contained in:
Melanie Thielker
2010-06-28 02:30:36 +02:00
parent a817f6b48c
commit 4fa1d4896c
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ namespace OpenSim.Region.Framework.Interfaces
public int numLeft;
}
public interface IEmailModule : IRegionModule
public interface IEmailModule
{
void SendEmail(UUID objectID, string address, string subject, string body);
Email GetNextEmail(UUID objectID, string sender, string subject);