aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces/ISearchModule.cs
diff options
context:
space:
mode:
authorMelanie2013-01-15 22:15:58 +0100
committerMelanie2013-01-15 22:15:58 +0100
commitb5f5400e069bcc8cb720391eccea385a45bfe7b5 (patch)
treefff49a562db97e1260da5eb6d711555453eb500b /OpenSim/Region/Framework/Interfaces/ISearchModule.cs
parentFix llSetRegionPos and detail behaviors of llSet[Link]PrimitiveParams[Fast]() (diff)
downloadopensim-SC_OLD-b5f5400e069bcc8cb720391eccea385a45bfe7b5.zip
opensim-SC_OLD-b5f5400e069bcc8cb720391eccea385a45bfe7b5.tar.gz
opensim-SC_OLD-b5f5400e069bcc8cb720391eccea385a45bfe7b5.tar.bz2
opensim-SC_OLD-b5f5400e069bcc8cb720391eccea385a45bfe7b5.tar.xz
Add Refresh() Method to ISerachModule to allow forcing a sim to resend it's
search data
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Framework/Interfaces/ISearchModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/ISearchModule.cs b/OpenSim/Region/Framework/Interfaces/ISearchModule.cs
index 64bf72c..d56d188 100644
--- a/OpenSim/Region/Framework/Interfaces/ISearchModule.cs
+++ b/OpenSim/Region/Framework/Interfaces/ISearchModule.cs
@@ -31,6 +31,6 @@ namespace OpenSim.Framework
31{ 31{
32 public interface ISearchModule 32 public interface ISearchModule
33 { 33 {
34 34 void Refresh();
35 } 35 }
36} 36}