From 0e10c8561790517a66a095d467fc65a0d2071461 Mon Sep 17 00:00:00 2001 From: Homer Horwitz Date: Sat, 27 Sep 2008 18:33:54 +0000 Subject: Continue working on the new EventQueueGetModule. Not finished (or even working) yet. This shouldn't break anything, but is work in progress, so be careful. Contains a new file; do your runprebuilds. --- OpenSim/Region/Interfaces/IEventQueue.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'OpenSim/Region/Interfaces') diff --git a/OpenSim/Region/Interfaces/IEventQueue.cs b/OpenSim/Region/Interfaces/IEventQueue.cs index a11eebe..42fdcae 100644 --- a/OpenSim/Region/Interfaces/IEventQueue.cs +++ b/OpenSim/Region/Interfaces/IEventQueue.cs @@ -28,6 +28,7 @@ using System; using OpenSim.Framework; using OpenMetaverse; +using OpenMetaverse.StructuredData; using System.Collections.Generic; using System.Text; @@ -35,6 +36,6 @@ namespace OpenSim.Region.Interfaces { public interface IEventQueue { - bool Enqueue(object o, UUID avatarID); + bool Enqueue(LLSD o, UUID avatarID); } } -- cgit v1.1