mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
Add a UUID param to NoEvents in PollServiceEventArgs to make it more generic
This commit is contained in:
@@ -34,7 +34,7 @@ namespace OpenSim.Framework.Servers.HttpServer
|
||||
|
||||
public delegate Hashtable GetEventsMethod(UUID pId, string request);
|
||||
|
||||
public delegate Hashtable NoEventsMethod();
|
||||
public delegate Hashtable NoEventsMethod(UUID pId);
|
||||
|
||||
public class PollServiceEventArgs : EventArgs
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user