Supply proper type information for the various types of requests

This commit is contained in:
Melanie
2013-06-07 23:55:03 +01:00
parent 7c0bfca7a0
commit 75631e0267
3 changed files with 8 additions and 9 deletions

View File

@@ -288,6 +288,7 @@ namespace OpenSim.Region.ClientStack.Linden
// Register this as a poll service
PollServiceInventoryEventArgs args = new PollServiceInventoryEventArgs(m_scene, agentID);
args.Type = PollServiceEventArgs.EventType.Inventory;
MainServer.Instance.AddPollServiceHTTPHandler(capUrl, args);
string hostName = m_scene.RegionInfo.ExternalHostName;