Add a UUID param to NoEvents in PollServiceEventArgs to make it more generic

This commit is contained in:
Melanie
2009-09-21 14:59:31 +01:00
parent 2a1b5e3540
commit 04170521f0
5 changed files with 8 additions and 8 deletions

View File

@@ -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
{