diff options
author | MW | 2007-10-31 09:18:24 +0000 |
---|---|---|
committer | MW | 2007-10-31 09:18:24 +0000 |
commit | a9ad16b13acb0865b379e81c86d32eb44d277c56 (patch) | |
tree | e1a8c9aa8fccbd9e8c3114b4e7ca162bee83b7c3 /OpenSim/Framework/IClientAPI.cs | |
parent | added .dat extension to dumped asset files (diff) | |
download | opensim-SC_OLD-a9ad16b13acb0865b379e81c86d32eb44d277c56.zip opensim-SC_OLD-a9ad16b13acb0865b379e81c86d32eb44d277c56.tar.gz opensim-SC_OLD-a9ad16b13acb0865b379e81c86d32eb44d277c56.tar.bz2 opensim-SC_OLD-a9ad16b13acb0865b379e81c86d32eb44d277c56.tar.xz |
some small changes
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-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 4482ae6..de53614 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -367,7 +367,7 @@ namespace OpenSim.Framework | |||
367 | uint CircuitCode { get; set; } | 367 | uint CircuitCode { get; set; } |
368 | 368 | ||
369 | void OutPacket(Packet newPack); | 369 | void OutPacket(Packet newPack); |
370 | void SendWearables(AvatarWearable[] wearables); | 370 | void SendWearables(AvatarWearable[] wearables, int serial); |
371 | void SendAppearance(LLUUID agentID, byte[] visualParams, byte[] textureEntry); | 371 | void SendAppearance(LLUUID agentID, byte[] visualParams, byte[] textureEntry); |
372 | void SendStartPingCheck(byte seq); | 372 | void SendStartPingCheck(byte seq); |
373 | void SendKillObject(ulong regionHandle, uint localID); | 373 | void SendKillObject(ulong regionHandle, uint localID); |