aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces/ISearchModule.cs
diff options
context:
space:
mode:
authorteravus2013-01-16 17:52:02 -0500
committerteravus2013-01-16 17:52:02 -0500
commit670bb9cb8bb35df4787296f26224d9c89b6db9ca (patch)
tree4902d5bfbc1a632a979c38f26c8cca2ff0fb9de0 /OpenSim/Region/Framework/Interfaces/ISearchModule.cs
parent* Document the additional Visual Params of newer browsers in AvatarAppearance... (diff)
parentAdd a way to put things at the front of the queue for any throttle group. (diff)
downloadopensim-SC_OLD-670bb9cb8bb35df4787296f26224d9c89b6db9ca.zip
opensim-SC_OLD-670bb9cb8bb35df4787296f26224d9c89b6db9ca.tar.gz
opensim-SC_OLD-670bb9cb8bb35df4787296f26224d9c89b6db9ca.tar.bz2
opensim-SC_OLD-670bb9cb8bb35df4787296f26224d9c89b6db9ca.tar.xz
Merge remote-tracking branch 'remotes/origin/avination' into teravuswork
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces/ISearchModule.cs')
-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}