aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IClientAPI.cs
diff options
context:
space:
mode:
authorMelanie2012-12-14 03:57:31 +0100
committerMelanie2012-12-14 03:57:31 +0100
commit1d713bcdb8f63bc8c83a06acc90c2adf5d0d8992 (patch)
tree1e61c0c72389710bdf48875d38624ee1411a4f08 /OpenSim/Framework/IClientAPI.cs
parentPrevent a failed user relogi from throwing exceptions in poll services (diff)
parentright fix this time ?? (diff)
downloadopensim-SC_OLD-1d713bcdb8f63bc8c83a06acc90c2adf5d0d8992.zip
opensim-SC_OLD-1d713bcdb8f63bc8c83a06acc90c2adf5d0d8992.tar.gz
opensim-SC_OLD-1d713bcdb8f63bc8c83a06acc90c2adf5d0d8992.tar.bz2
opensim-SC_OLD-1d713bcdb8f63bc8c83a06acc90c2adf5d0d8992.tar.xz
Merge branch 'ubitwork' into avination
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-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 f686c60..c9b67de 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -64,7 +64,7 @@ namespace OpenSim.Framework
64 64
65 public delegate void NetworkStats(int inPackets, int outPackets, int unAckedBytes); 65 public delegate void NetworkStats(int inPackets, int outPackets, int unAckedBytes);
66 66
67 public delegate void SetAppearance(IClientAPI remoteClient, Primitive.TextureEntry textureEntry, byte[] visualParams); 67 public delegate void SetAppearance(IClientAPI remoteClient, Primitive.TextureEntry textureEntry, byte[] visualParams, Vector3 AvSize);
68 68
69 public delegate void StartAnim(IClientAPI remoteClient, UUID animID); 69 public delegate void StartAnim(IClientAPI remoteClient, UUID animID);
70 70