mirror of
https://github.com/opensim/opensim.git
synced 2026-05-20 07:05:46 +08:00
remove code from httptests branch
This commit is contained in:
@@ -372,7 +372,7 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||
|
||||
caps.RegisterPollHandler(
|
||||
"EventQueueGet",
|
||||
new PollServiceEventArgs(null, GenerateEqgCapPath(eventQueueGetUUID), HasEvents, GetEvents, NoEvents, Drop, agentID, SERVER_EQ_TIME_NO_EVENTS));
|
||||
new PollServiceEventArgs(null, GenerateEqgCapPath(eventQueueGetUUID), HasEvents, GetEvents, NoEvents, agentID, SERVER_EQ_TIME_NO_EVENTS));
|
||||
}
|
||||
|
||||
public bool HasEvents(UUID requestID, UUID agentID)
|
||||
|
||||
Reference in New Issue
Block a user