* 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
This commit is contained in:
lbsa71
2007-12-15 12:19:29 +00:00
parent 81828c9b14
commit 653a41fa03
4 changed files with 124 additions and 127 deletions

View File

@@ -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);