Revert "Cleared up much confusion in PollServiceRequestManager. Here's the history:"

This reverts commit e46459ef21.
This commit is contained in:
Diva Canto
2013-07-17 15:05:36 -07:00
parent fda91d93da
commit fa2370b32e
4 changed files with 54 additions and 43 deletions

View File

@@ -50,7 +50,7 @@ namespace OpenSim.Framework.Servers.HttpServer
public enum EventType : int
{
LongPoll = 0,
Normal = 0,
LslHttp = 1,
Inventory = 2
}
@@ -80,7 +80,7 @@ namespace OpenSim.Framework.Servers.HttpServer
NoEvents = pNoEvents;
Id = pId;
TimeOutms = pTimeOutms;
Type = EventType.LongPoll;
Type = EventType.Normal;
}
}
}