aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorUbitUmarov2016-07-23 01:34:40 +0100
committerUbitUmarov2016-07-23 01:34:40 +0100
commitbdab44ef7ed8046fc42f2e01878607e2485f84f6 (patch)
tree1eb42314015095e7dd0ada624680c134ea1cc2ac /OpenSim
parentadd a missing field to ChatterBoxSessionAgentListUpdates. it is still wrong, ... (diff)
downloadopensim-SC-bdab44ef7ed8046fc42f2e01878607e2485f84f6.zip
opensim-SC-bdab44ef7ed8046fc42f2e01878607e2485f84f6.tar.gz
opensim-SC-bdab44ef7ed8046fc42f2e01878607e2485f84f6.tar.bz2
opensim-SC-bdab44ef7ed8046fc42f2e01878607e2485f84f6.tar.xz
remove code from httptests branch
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs b/OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs
index f3acacd..6d548ad 100644
--- a/OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs
+++ b/OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs
@@ -372,7 +372,7 @@ namespace OpenSim.Region.ClientStack.Linden
372 372
373 caps.RegisterPollHandler( 373 caps.RegisterPollHandler(
374 "EventQueueGet", 374 "EventQueueGet",
375 new PollServiceEventArgs(null, GenerateEqgCapPath(eventQueueGetUUID), HasEvents, GetEvents, NoEvents, Drop, agentID, SERVER_EQ_TIME_NO_EVENTS)); 375 new PollServiceEventArgs(null, GenerateEqgCapPath(eventQueueGetUUID), HasEvents, GetEvents, NoEvents, agentID, SERVER_EQ_TIME_NO_EVENTS));
376 } 376 }
377 377
378 public bool HasEvents(UUID requestID, UUID agentID) 378 public bool HasEvents(UUID requestID, UUID agentID)