diff options
author | Justin Clarke Casey | 2009-01-02 20:22:35 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-01-02 20:22:35 +0000 |
commit | 0dd53c419e8a4bd457b6f8b979f5cd3b26a5ee10 (patch) | |
tree | e1e89bf0209490ce12dcafbe6b8a92fa2fe85af4 /OpenSim/Region | |
parent | * Add Nini.Config and System.Xml references to MockScene for Windows compilers (diff) | |
download | opensim-SC_OLD-0dd53c419e8a4bd457b6f8b979f5cd3b26a5ee10.zip opensim-SC_OLD-0dd53c419e8a4bd457b6f8b979f5cd3b26a5ee10.tar.gz opensim-SC_OLD-0dd53c419e8a4bd457b6f8b979f5cd3b26a5ee10.tar.bz2 opensim-SC_OLD-0dd53c419e8a4bd457b6f8b979f5cd3b26a5ee10.tar.xz |
* Move EventQueueGetModule to the EventQueue namespace
* Not going to move EventQueueHelper as of now since the subsequent direct references to the module namespace would seem to somewhat defeat the point
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/Environment/Modules/Framework/EventQueue/EventQueueGetModule.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Modules/Framework/EventQueue/EventQueueGetModule.cs b/OpenSim/Region/Environment/Modules/Framework/EventQueue/EventQueueGetModule.cs index dc2a70c..b1a202f 100644 --- a/OpenSim/Region/Environment/Modules/Framework/EventQueue/EventQueueGetModule.cs +++ b/OpenSim/Region/Environment/Modules/Framework/EventQueue/EventQueueGetModule.cs | |||
@@ -24,6 +24,7 @@ | |||
24 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | 24 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
25 | * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 25 | * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
26 | */ | 26 | */ |
27 | |||
27 | using System; | 28 | using System; |
28 | using System.Collections; | 29 | using System.Collections; |
29 | using System.Collections.Generic; | 30 | using System.Collections.Generic; |
@@ -51,7 +52,7 @@ using OSDArray = OpenMetaverse.StructuredData.OSDArray; | |||
51 | using Caps = OpenSim.Framework.Communications.Capabilities.Caps; | 52 | using Caps = OpenSim.Framework.Communications.Capabilities.Caps; |
52 | using BlockingLLSDQueue = OpenSim.Framework.BlockingQueue<OpenMetaverse.StructuredData.OSD>; | 53 | using BlockingLLSDQueue = OpenSim.Framework.BlockingQueue<OpenMetaverse.StructuredData.OSD>; |
53 | 54 | ||
54 | namespace OpenSim.Region.Environment.Modules.Framework | 55 | namespace OpenSim.Region.Environment.Modules.Framework.EventQueue |
55 | { | 56 | { |
56 | public struct QueueItem | 57 | public struct QueueItem |
57 | { | 58 | { |