diff options
author | Jeff Ames | 2009-04-27 03:22:31 +0000 |
---|---|---|
committer | Jeff Ames | 2009-04-27 03:22:31 +0000 |
commit | 6077bbda30bc9e5a16ec7b9c54fbdb5bbdccc11f (patch) | |
tree | 00f525b826cc627e785ec8842da5001f21c650c2 /OpenSim/Region/OptionalModules/Scripting/Minimodule/Interfaces | |
parent | Getting rid of -hypergrid=true on the command line. This config now goes insi... (diff) | |
download | opensim-SC-6077bbda30bc9e5a16ec7b9c54fbdb5bbdccc11f.zip opensim-SC-6077bbda30bc9e5a16ec7b9c54fbdb5bbdccc11f.tar.gz opensim-SC-6077bbda30bc9e5a16ec7b9c54fbdb5bbdccc11f.tar.bz2 opensim-SC-6077bbda30bc9e5a16ec7b9c54fbdb5bbdccc11f.tar.xz |
Update svn properties.
Diffstat (limited to 'OpenSim/Region/OptionalModules/Scripting/Minimodule/Interfaces')
-rw-r--r-- | OpenSim/Region/OptionalModules/Scripting/Minimodule/Interfaces/IMicrothreader.cs | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/OpenSim/Region/OptionalModules/Scripting/Minimodule/Interfaces/IMicrothreader.cs b/OpenSim/Region/OptionalModules/Scripting/Minimodule/Interfaces/IMicrothreader.cs index 22d3a99..5e187a5 100644 --- a/OpenSim/Region/OptionalModules/Scripting/Minimodule/Interfaces/IMicrothreader.cs +++ b/OpenSim/Region/OptionalModules/Scripting/Minimodule/Interfaces/IMicrothreader.cs | |||
@@ -1,12 +1,12 @@ | |||
1 | using System; | 1 | using System; |
2 | using System.Collections; | 2 | using System.Collections; |
3 | using System.Collections.Generic; | 3 | using System.Collections.Generic; |
4 | using System.Text; | 4 | using System.Text; |
5 | 5 | ||
6 | namespace OpenSim.Region.OptionalModules.Scripting.Minimodule.Interfaces | 6 | namespace OpenSim.Region.OptionalModules.Scripting.Minimodule.Interfaces |
7 | { | 7 | { |
8 | public interface IMicrothreader | 8 | public interface IMicrothreader |
9 | { | 9 | { |
10 | void Run(IEnumerable microthread); | 10 | void Run(IEnumerable microthread); |
11 | } | 11 | } |
12 | } | 12 | } |