aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces
diff options
context:
space:
mode:
authorUbitUmarov2013-01-16 13:11:02 +0000
committerUbitUmarov2013-01-16 13:11:02 +0000
commit94710a17a435ae8489efca403afc5b037e44abf3 (patch)
tree6d7da547d04eb7d98b69d87f02f7571a3a364e99 /OpenSim/Region/Framework/Interfaces
parent try to patch getmesh Throttle (test) (diff)
parentAdd Refresh() Method to ISerachModule to allow forcing a sim to resend it's (diff)
downloadopensim-SC_OLD-94710a17a435ae8489efca403afc5b037e44abf3.zip
opensim-SC_OLD-94710a17a435ae8489efca403afc5b037e44abf3.tar.gz
opensim-SC_OLD-94710a17a435ae8489efca403afc5b037e44abf3.tar.bz2
opensim-SC_OLD-94710a17a435ae8489efca403afc5b037e44abf3.tar.xz
Merge branch 'avination' into ubitwork
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}