aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/Framework/EventQueue/EventQueueGetModule.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2009-01-02 20:22:35 +0000
committerJustin Clarke Casey2009-01-02 20:22:35 +0000
commit0dd53c419e8a4bd457b6f8b979f5cd3b26a5ee10 (patch)
treee1e89bf0209490ce12dcafbe6b8a92fa2fe85af4 /OpenSim/Region/Environment/Modules/Framework/EventQueue/EventQueueGetModule.cs
parent* Add Nini.Config and System.Xml references to MockScene for Windows compilers (diff)
downloadopensim-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 '')
-rw-r--r--OpenSim/Region/Environment/Modules/Framework/EventQueue/EventQueueGetModule.cs3
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
27using System; 28using System;
28using System.Collections; 29using System.Collections;
29using System.Collections.Generic; 30using System.Collections.Generic;
@@ -51,7 +52,7 @@ using OSDArray = OpenMetaverse.StructuredData.OSDArray;
51using Caps = OpenSim.Framework.Communications.Capabilities.Caps; 52using Caps = OpenSim.Framework.Communications.Capabilities.Caps;
52using BlockingLLSDQueue = OpenSim.Framework.BlockingQueue<OpenMetaverse.StructuredData.OSD>; 53using BlockingLLSDQueue = OpenSim.Framework.BlockingQueue<OpenMetaverse.StructuredData.OSD>;
53 54
54namespace OpenSim.Region.Environment.Modules.Framework 55namespace OpenSim.Region.Environment.Modules.Framework.EventQueue
55{ 56{
56 public struct QueueItem 57 public struct QueueItem
57 { 58 {