From 653a41fa03765727e3b48d4862547ea02ac4f9ee Mon Sep 17 00:00:00 2001 From: lbsa71 Date: Sat, 15 Dec 2007 12:19:29 +0000 Subject: * some work on not storing the circuitPack (bad thing if we're going to reuse packets) * some work on encapsulation, code convention compliance and beautification. * also, some ignores --- OpenSim/Framework/IClientAPI.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Framework') diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 738df13..c34fb93 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs @@ -473,7 +473,7 @@ namespace OpenSim.Framework string LastName { get; } - uint CircuitCode { get; set; } + uint CircuitCode { get; } void OutPacket(Packet newPack, ThrottleOutPacketType packType); void SendWearables(AvatarWearable[] wearables, int serial); -- cgit v1.1