Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork

This commit is contained in:
ubit
2012-09-26 17:18:31 +02:00
7 changed files with 7 additions and 29 deletions

View File

@@ -419,7 +419,7 @@ namespace OpenSim.Region.ClientStack.Linden
}
}
public Hashtable GetEvents(UUID requestID, UUID pAgentId, string request)
public Hashtable GetEvents(UUID requestID, UUID pAgentId)
{
if (DebugLevel >= 2)
m_log.DebugFormat("POLLED FOR EQ MESSAGES BY {0} in {1}", pAgentId, m_scene.RegionInfo.RegionName);

View File

@@ -160,7 +160,7 @@ namespace OpenSim.Region.ClientStack.Linden
lock (responses)
return responses.ContainsKey(x);
};
GetEvents = (x, y, s) =>
GetEvents = (x, y) =>
{
lock (responses)
{

View File

@@ -150,7 +150,7 @@ namespace OpenSim.Region.ClientStack.Linden
base(null, null, null, null, pId, int.MaxValue)
{
HasEvents = (x, y) => { lock (responses) return responses.ContainsKey(x); };
GetEvents = (x, y, s) =>
GetEvents = (x, y) =>
{
lock (responses)
{