From 3b9cf652349327f7b255a850d5b966a9e3b9437e Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Fri, 11 Jul 2008 09:18:17 +0000 Subject: Update svn properties. --- OpenSim/Framework/ClientInfo.cs | 42 ++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'OpenSim/Framework/ClientInfo.cs') diff --git a/OpenSim/Framework/ClientInfo.cs b/OpenSim/Framework/ClientInfo.cs index 099449d..f41717f 100644 --- a/OpenSim/Framework/ClientInfo.cs +++ b/OpenSim/Framework/ClientInfo.cs @@ -1,22 +1,22 @@ -using System; -using System.Collections.Generic; -using System.Net; - -namespace OpenSim.Framework -{ - [Serializable] - public class ClientInfo - { - public sAgentCircuitData agentcircuit; - - public Dictionary needAck; - - public List out_packets; - public Dictionary pendingAcks; - public EndPoint proxyEP; - - public uint sequence; - public byte[] usecircuit; - public EndPoint userEP; - } +using System; +using System.Collections.Generic; +using System.Net; + +namespace OpenSim.Framework +{ + [Serializable] + public class ClientInfo + { + public sAgentCircuitData agentcircuit; + + public Dictionary needAck; + + public List out_packets; + public Dictionary pendingAcks; + public EndPoint proxyEP; + + public uint sequence; + public byte[] usecircuit; + public EndPoint userEP; + } } \ No newline at end of file -- cgit v1.1