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

search data
avinationmerge
Melanie 2013-01-15 22:15:58 +01:00
parent b3939a431c
commit b5f5400e06
1 changed files with 1 additions and 1 deletions

View File

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