28 using System.Collections.Generic;
30 using OpenSim.Framework;
33 namespace OpenSim.
Region.Framework.Interfaces
43 void CreateCaps(
UUID agentId, uint circuitCode);
49 void RemoveCaps(
UUID agentId, uint circuitCode);
55 Caps GetCapsForUser(uint circuitCode);
59 Dictionary<ulong, string> GetChildrenSeeds(
UUID agentID);
61 string GetChildSeed(
UUID agentID, ulong handle);
63 void SetChildrenSeed(
UUID agentID, Dictionary<ulong, string> seeds);
65 void DropChildSeed(
UUID agentID, ulong handle);
67 string GetCapsPath(
UUID agentId);
69 void ActivateCaps(uint circuitCode);
OpenSim.Framework.Capabilities.Caps Caps
OpenSim.Framework.Capabilities.Caps Caps
Circuit data for an agent. Connection information shared between regions that accept UDP connections ...