diff options
author | Diva Canto | 2011-04-28 08:58:04 -0700 |
---|---|---|
committer | Diva Canto | 2011-04-28 08:58:04 -0700 |
commit | 549dc5aeb9e693f1f575896796d19b03ec3a732f (patch) | |
tree | ca4a69066775602b58cb9de603463193205f35a2 /OpenSim/Framework/ClientInfo.cs | |
parent | Added MrMonkE to the contributors. Fixed contributors. (diff) | |
download | opensim-SC-549dc5aeb9e693f1f575896796d19b03ec3a732f.zip opensim-SC-549dc5aeb9e693f1f575896796d19b03ec3a732f.tar.gz opensim-SC-549dc5aeb9e693f1f575896796d19b03ec3a732f.tar.bz2 opensim-SC-549dc5aeb9e693f1f575896796d19b03ec3a732f.tar.xz |
Eliminated sAgentCircuitData, a data structure that has been obsolete for quite some time.
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/ClientInfo.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/ClientInfo.cs b/OpenSim/Framework/ClientInfo.cs index fbd18b5..8292c6a 100644 --- a/OpenSim/Framework/ClientInfo.cs +++ b/OpenSim/Framework/ClientInfo.cs | |||
@@ -34,7 +34,7 @@ namespace OpenSim.Framework | |||
34 | [Serializable] | 34 | [Serializable] |
35 | public class ClientInfo | 35 | public class ClientInfo |
36 | { | 36 | { |
37 | public sAgentCircuitData agentcircuit; | 37 | public AgentCircuitData agentcircuit; |
38 | 38 | ||
39 | public Dictionary<uint, byte[]> needAck; | 39 | public Dictionary<uint, byte[]> needAck; |
40 | 40 | ||