diff options
author | Melanie | 2013-01-15 22:15:58 +0100 |
---|---|---|
committer | Melanie | 2013-01-15 22:15:58 +0100 |
commit | b5f5400e069bcc8cb720391eccea385a45bfe7b5 (patch) | |
tree | fff49a562db97e1260da5eb6d711555453eb500b /OpenSim/Region/Framework | |
parent | Fix llSetRegionPos and detail behaviors of llSet[Link]PrimitiveParams[Fast]() (diff) | |
download | opensim-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 'OpenSim/Region/Framework')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/ISearchModule.cs | 2 |
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 | } |