mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Change the way IRegionModule us referenced by IEmailModule to
allow later conversion to new style
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user