aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Common/OpenSim.Framework/Interfaces/IClientAPI.cs
diff options
context:
space:
mode:
authorMW2007-06-10 13:19:48 +0000
committerMW2007-06-10 13:19:48 +0000
commitab009fe36a835fcabf0e7c553080f729f0462cac (patch)
tree26a9302337dd1d8faa2c6bbdda8da7cd4c4d227f /Common/OpenSim.Framework/Interfaces/IClientAPI.cs
parenta few bug fixes (diff)
downloadopensim-SC_OLD-ab009fe36a835fcabf0e7c553080f729f0462cac.zip
opensim-SC_OLD-ab009fe36a835fcabf0e7c553080f729f0462cac.tar.gz
opensim-SC_OLD-ab009fe36a835fcabf0e7c553080f729f0462cac.tar.bz2
opensim-SC_OLD-ab009fe36a835fcabf0e7c553080f729f0462cac.tar.xz
Another bug fix
Diffstat (limited to '')
-rw-r--r--Common/OpenSim.Framework/Interfaces/IClientAPI.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Common/OpenSim.Framework/Interfaces/IClientAPI.cs b/Common/OpenSim.Framework/Interfaces/IClientAPI.cs
index 719c634..1bf378f 100644
--- a/Common/OpenSim.Framework/Interfaces/IClientAPI.cs
+++ b/Common/OpenSim.Framework/Interfaces/IClientAPI.cs
@@ -102,6 +102,6 @@ namespace OpenSim.Framework.Interfaces
102 void InformClientOfNeighbour(ulong neighbourHandle, System.Net.IPAddress neighbourIP, ushort neighbourPort); 102 void InformClientOfNeighbour(ulong neighbourHandle, System.Net.IPAddress neighbourIP, ushort neighbourPort);
103 AgentCircuitData RequestClientInfo(); 103 AgentCircuitData RequestClientInfo();
104 104
105 void SendPrimitiveToClient(ulong regionHandle, ushort timeDilation, PrimData primData, LLVector3 pos, LLUUID textureID); 105 void SendPrimitiveToClient(ulong regionHandle, ushort timeDilation, uint localID, PrimData primData, LLVector3 pos, LLUUID textureID);
106 } 106 }
107} 107}