diff options
author | lbsa71 | 2007-12-15 12:19:29 +0000 |
---|---|---|
committer | lbsa71 | 2007-12-15 12:19:29 +0000 |
commit | 653a41fa03765727e3b48d4862547ea02ac4f9ee (patch) | |
tree | 50e235e7b67ece210e6f3e52151b14680a6779c7 /OpenSim/Framework | |
parent | * Added an Avatar control tweak that disables the PID controller in certain c... (diff) | |
download | opensim-SC_OLD-653a41fa03765727e3b48d4862547ea02ac4f9ee.zip opensim-SC_OLD-653a41fa03765727e3b48d4862547ea02ac4f9ee.tar.gz opensim-SC_OLD-653a41fa03765727e3b48d4862547ea02ac4f9ee.tar.bz2 opensim-SC_OLD-653a41fa03765727e3b48d4862547ea02ac4f9ee.tar.xz |
* 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
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
473 | 473 | ||
474 | string LastName { get; } | 474 | string LastName { get; } |
475 | 475 | ||
476 | uint CircuitCode { get; set; } | 476 | uint CircuitCode { get; } |
477 | 477 | ||
478 | void OutPacket(Packet newPack, ThrottleOutPacketType packType); | 478 | void OutPacket(Packet newPack, ThrottleOutPacketType packType); |
479 | void SendWearables(AvatarWearable[] wearables, int serial); | 479 | void SendWearables(AvatarWearable[] wearables, int serial); |