diff options
author | UbitUmarov | 2013-01-16 13:11:02 +0000 |
---|---|---|
committer | UbitUmarov | 2013-01-16 13:11:02 +0000 |
commit | 94710a17a435ae8489efca403afc5b037e44abf3 (patch) | |
tree | 6d7da547d04eb7d98b69d87f02f7571a3a364e99 /OpenSim/Region/Framework | |
parent | try to patch getmesh Throttle (test) (diff) | |
parent | Add Refresh() Method to ISerachModule to allow forcing a sim to resend it's (diff) | |
download | opensim-SC-94710a17a435ae8489efca403afc5b037e44abf3.zip opensim-SC-94710a17a435ae8489efca403afc5b037e44abf3.tar.gz opensim-SC-94710a17a435ae8489efca403afc5b037e44abf3.tar.bz2 opensim-SC-94710a17a435ae8489efca403afc5b037e44abf3.tar.xz |
Merge branch 'avination' into ubitwork
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 | } |