aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IClientAPI.cs
diff options
context:
space:
mode:
authorlbsa712007-12-15 12:19:29 +0000
committerlbsa712007-12-15 12:19:29 +0000
commit653a41fa03765727e3b48d4862547ea02ac4f9ee (patch)
tree50e235e7b67ece210e6f3e52151b14680a6779c7 /OpenSim/Framework/IClientAPI.cs
parent* Added an Avatar control tweak that disables the PID controller in certain c... (diff)
downloadopensim-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 '')
-rw-r--r--OpenSim/Framework/IClientAPI.cs2
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);