diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/Servers/HttpServer/PollServiceEventArgs.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/Servers/HttpServer/PollServiceEventArgs.cs b/OpenSim/Framework/Servers/HttpServer/PollServiceEventArgs.cs index a1bc27b..7c7d08d 100644 --- a/OpenSim/Framework/Servers/HttpServer/PollServiceEventArgs.cs +++ b/OpenSim/Framework/Servers/HttpServer/PollServiceEventArgs.cs | |||
@@ -52,7 +52,7 @@ namespace OpenSim.Framework.Servers.HttpServer | |||
52 | 52 | ||
53 | public enum EventType : int | 53 | public enum EventType : int |
54 | { | 54 | { |
55 | LongPoll = 0, | 55 | Poll = 0, |
56 | LslHttp = 1, | 56 | LslHttp = 1, |
57 | Inventory = 2, | 57 | Inventory = 2, |
58 | Texture = 3, | 58 | Texture = 3, |
@@ -85,7 +85,7 @@ namespace OpenSim.Framework.Servers.HttpServer | |||
85 | Drop = pDrop; | 85 | Drop = pDrop; |
86 | Id = pId; | 86 | Id = pId; |
87 | TimeOutms = pTimeOutms; | 87 | TimeOutms = pTimeOutms; |
88 | Type = EventType.LongPoll; | 88 | Type = EventType.Poll; |
89 | } | 89 | } |
90 | } | 90 | } |
91 | } | 91 | } |