mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
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.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user