Add Refresh() Method to ISerachModule to allow forcing a sim to resend it's

search data
This commit is contained in:
Melanie
2013-01-15 22:15:58 +01:00
parent b3939a431c
commit b5f5400e06

View File

@@ -31,6 +31,6 @@ namespace OpenSim.Framework
{
public interface ISearchModule
{
void Refresh();
}
}